ReactOS 0.4.16-dev-1946-g52006dd
tagDELETEITEMSTRUCT Struct Reference

#include <winuser.h>

Collaboration diagram for tagDELETEITEMSTRUCT:

Public Attributes

UINT CtlType
 
UINT CtlID
 
UINT itemID
 
HWND hwndItem
 
ULONG_PTR itemData
 

Detailed Description

Definition at line 3141 of file winuser.h.

Member Data Documentation

◆ CtlID

UINT tagDELETEITEMSTRUCT::CtlID

Definition at line 3143 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ CtlType

UINT tagDELETEITEMSTRUCT::CtlType

Definition at line 3142 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ hwndItem

HWND tagDELETEITEMSTRUCT::hwndItem

Definition at line 3145 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ itemData

ULONG_PTR tagDELETEITEMSTRUCT::itemData

Definition at line 3146 of file winuser.h.

Referenced by LISTBOX_DeleteItem().

◆ itemID

UINT tagDELETEITEMSTRUCT::itemID

Definition at line 3144 of file winuser.h.

Referenced by LISTBOX_DeleteItem().


The documentation for this struct was generated from the following file: