ReactOS
0.4.15-dev-1627-gaf0f858
|
#include <winuser.h>
Public Attributes | |
UINT | CtlType |
UINT | CtlID |
UINT | itemID |
HWND | hwndItem |
ULONG_PTR | itemData |
UINT tagDELETEITEMSTRUCT::CtlID |
Definition at line 3016 of file winuser.h.
Referenced by COMBO_ItemOp(), COMBOEX_WM_DeleteItem(), and LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::CtlType |
Definition at line 3015 of file winuser.h.
Referenced by COMBO_ItemOp(), COMBOEX_WM_DeleteItem(), and LISTBOX_DeleteItem().
HWND tagDELETEITEMSTRUCT::hwndItem |
Definition at line 3018 of file winuser.h.
Referenced by COMBO_ItemOp(), COMBOEX_WM_DeleteItem(), and LISTBOX_DeleteItem().
ULONG_PTR tagDELETEITEMSTRUCT::itemData |
Definition at line 3019 of file winuser.h.
Referenced by COMBOEX_WM_DeleteItem(), and LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::itemID |
Definition at line 3017 of file winuser.h.
Referenced by COMBOEX_WM_DeleteItem(), and LISTBOX_DeleteItem().