C
typedef struct { void * data; WORD status; } GRIDITEM;
Overview
Defines the grid item.
Members
|
Members |
Description |
|
void * data; | |
|
WORD status; |
indicates the status of the Grid Item |
typedef struct { void * data; WORD status; } GRIDITEM;
Defines the grid item.
|
Members |
Description |
|
void * data; | |
|
WORD status; |
indicates the status of the Grid Item |