Save or restore the class block structure.

typedef struct _WPSRCLASSBLOCK {
  SHORT      ClassNameLength;  /*  Length of class name. */
  USHORT     IVarLength;       /*  Length of the instance variable information. */
} WPSRCLASSBLOCK;

typedef   WPSRCLASSBLOCK   * PWPSRCLASSBLOCK * ;


[Back] [Next]