ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <winuser.h>
Public Attributes | |
UINT | CtlType |
UINT | CtlID |
UINT | itemID |
HWND | hwndItem |
ULONG_PTR | itemData |
UINT tagDELETEITEMSTRUCT::CtlID |
Definition at line 3044 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::CtlType |
Definition at line 3043 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
HWND tagDELETEITEMSTRUCT::hwndItem |
Definition at line 3046 of file winuser.h.
Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().
ULONG_PTR tagDELETEITEMSTRUCT::itemData |
Definition at line 3047 of file winuser.h.
Referenced by LISTBOX_DeleteItem().
UINT tagDELETEITEMSTRUCT::itemID |
Definition at line 3045 of file winuser.h.
Referenced by LISTBOX_DeleteItem().