Jump to content

WPSRCLASSBLOCK

From EDM2
Revision as of 03:12, 3 May 2025 by Martini (talk | contribs) (Created page with "Save or restore the class block structure. == Type == struct == C Declaration Method== typedef struct == Example Code== <PRE> typedef struct _WPSRCLASSBLOCK { SHORT ClassNameLength; Length of class name.: USHORT IVarLength; Length of the instance variable information.: } WPSRCLASSBLOCK; typedef WPSRCLASSBLOCK * PWPSRCLASSBLOCK * ; </PRE> Category:WPS Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 * ;