WPSRCLASSBLOCK
Appearance
Save or restore the class block structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef struct _WPSRCLASSBLOCK { SHORT ClassNameLength; /* Length of class name. */ USHORT IVarLength; /* Length of the instance variable information. */ } WPSRCLASSBLOCK; typedef WPSRCLASSBLOCK * PWPSRCLASSBLOCK * ;