Home Home

Class CODBPP::Object

class Object{
public:
   unsigned short MSN;
   unsigned int length;
   union{
      unsigned int ID;
      __int64 ID64;
   };
   unsigned char *fixed;
   unsigned char *variable;
};

Members

MSN The modified sequence number for the current object.
length The total length of the object in bytes from the fixed address.
ID The 32 bit Object ID of the current object within the table handles.
ID64 The 64 bit Object ID.
fixed Pointer to the start of the fixed data.
variable Pointer to the start of the variable data.

Copyright © 2003-2008, Ekky Software Pty. Ltd.