Jump to content

CELL

From EDM2

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 ;