PETablePrivateInfo contains information for using data objects such as ADO, RDO, or CDO with the Active Data Driver(PS2MON.DLL).
typedef struct PETablePrivateInfo {
WORD StructSize;
WORD nBytes;
DWORD tag;
BYTE FAR *dataPtr;
} PETablePrivateInfo;
type
crBytePointer = ^Byte;
PETablePrivateInfo = record
StructSize: Word; {initialize to
PE_SIZEOF_TABLE_PRIVATE_INFO}
nBytes: Smallint;
tag: DWORD;
dataPtr: crBytePointer;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |