Object data structure. Class-specific information is contained in this structure.

typedef struct _OBJDATA {
  WPSRCLASSBLOCK      *CurrentClass;  /*  Pointer to the current save or restore class block. */
  WPSRCLASSBLOCK      *First;         /*  Pointer to the first save or restore class block. */
  PUCHAR               NextData;      /*  Pointer to the next block of data. */
  USHORT               Length;        /*  Length. */
} OBJDATA;

typedef   OBJDATA   * POBJDATA ;


[Back] [Next]