ReactOS 0.4.16-dev-983-g23ad936
|
#include <winuser.h>
Public Attributes | |
UINT | CtlType |
UINT | CtlID |
UINT | itemID |
HWND | hwndItem |
ULONG_PTR | itemData |
UINT tagDELETEITEMSTRUCT::CtlID |
Definition at line 3052 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::CtlType |
Definition at line 3051 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
HWND tagDELETEITEMSTRUCT::hwndItem |
Definition at line 3054 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
ULONG_PTR tagDELETEITEMSTRUCT::itemData |
Definition at line 3055 of file winuser.h.
Referenced by LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::itemID |
Definition at line 3053 of file winuser.h.
Referenced by LISTBOX_DeleteItem().