ReactOS 0.4.16-dev-555-g690643f
|
Public Attributes | |
struct _CHECKITEM * | Next |
ACCESS_MASK | AccessMask |
DWORD | State |
WCHAR | Name [1] |
Definition at line 51 of file checklist.c.
ACCESS_MASK _CHECKITEM::AccessMask |
Definition at line 54 of file checklist.c.
WCHAR _CHECKITEM::Name[1] |
Definition at line 56 of file checklist.c.
Referenced by FindCheckItem().
struct _CHECKITEM* _CHECKITEM::Next |
Definition at line 53 of file checklist.c.
Referenced by AddCheckItem(), CheckItemToIndex(), ClearCheckBoxes(), ClearCheckItems(), DeleteCheckItem(), FindCheckItem(), FindFirstEnabledCheckBox(), FindLastEnabledCheckBox(), and FindPreviousEnabledCheckBox().
DWORD _CHECKITEM::State |
Definition at line 55 of file checklist.c.
Referenced by CheckListWndProc(), ClearCheckBoxes(), FindCheckItem(), FindFirstEnabledCheckBox(), FindLastEnabledCheckBox(), and FindPreviousEnabledCheckBox().