CELL
Appearance
Class-specific cell data follows immediately afterward.
Type
struct
C Declaration Method
typedef
Example Code
typedef struct _CELL { ULONG cbData; /* Size of the data that follows. */ } CELL; typedef CELL * PCELL ;
Class-specific cell data follows immediately afterward.
struct
typedef
typedef struct _CELL { ULONG cbData; /* Size of the data that follows. */ } CELL; typedef CELL * PCELL ;