ReactOS 0.4.15-dev-5863-g1fe3ab7
|
#include <winuser.h>
Public Attributes | |
UINT | CtlType |
UINT | CtlID |
UINT | itemID |
HWND | hwndItem |
ULONG_PTR | itemData |
UINT tagDELETEITEMSTRUCT::CtlID |
Definition at line 3031 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::CtlType |
Definition at line 3030 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
HWND tagDELETEITEMSTRUCT::hwndItem |
Definition at line 3033 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
ULONG_PTR tagDELETEITEMSTRUCT::itemData |
Definition at line 3034 of file winuser.h.
Referenced by LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::itemID |
Definition at line 3032 of file winuser.h.
Referenced by LISTBOX_DeleteItem().