ReactOS 0.4.15-dev-7931-gfd331f1
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 3039 of file winuser.h.

Member Data Documentation

◆ CtlID

UINT tagDELETEITEMSTRUCT::CtlID

Definition at line 3041 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ CtlType

UINT tagDELETEITEMSTRUCT::CtlType

Definition at line 3040 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ hwndItem

HWND tagDELETEITEMSTRUCT::hwndItem

Definition at line 3043 of file winuser.h.

Referenced by COMBO_ItemOp(), and LISTBOX_DeleteItem().

◆ itemData

ULONG_PTR tagDELETEITEMSTRUCT::itemData

Definition at line 3044 of file winuser.h.

Referenced by LISTBOX_DeleteItem().

◆ itemID

UINT tagDELETEITEMSTRUCT::itemID

Definition at line 3042 of file winuser.h.

Referenced by LISTBOX_DeleteItem().


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