Jump to content

OBJDATA

From EDM2

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

Type

struct

C Declaration Method

typedef struct

Example Code

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;