C
typedef struct { OBJ_HEADER hdr; OBJ_HEADER * pHead; OBJ_HEADER * pNext; SHORT textHeight; XCHAR * pText; } RADIOBUTTON;
Overview
the structure contains data for the Radio Button
Members
Members |
Description |
OBJ_HEADER hdr; |
Generic header for all Objects (see OBJ_HEADER). |
OBJ_HEADER * pHead; |
Pointer to the first Radio Button in the group |
OBJ_HEADER * pNext; |
Pointer to the next Radio Button in the group |
SHORT textHeight; |
Pre-computed text height |
XCHAR * pText; |
Pointer to the text |