ReactOS 0.4.16-dev-195-g3bb1e64
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 3042 of file winuser.h.

Member Data Documentation

◆ CtlID

UINT tagDELETEITEMSTRUCT::CtlID

Definition at line 3044 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ CtlType

UINT tagDELETEITEMSTRUCT::CtlType

Definition at line 3043 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ hwndItem

HWND tagDELETEITEMSTRUCT::hwndItem

Definition at line 3046 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ itemData

ULONG_PTR tagDELETEITEMSTRUCT::itemData

Definition at line 3047 of file winuser.h.

Referenced by LISTBOX_DeleteItem().

◆ itemID

UINT tagDELETEITEMSTRUCT::itemID

Definition at line 3045 of file winuser.h.

Referenced by LISTBOX_DeleteItem().


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