ReactOS 0.4.15-dev-7924-g5949c20
COMBOEX_INFO Struct Reference
Collaboration diagram for COMBOEX_INFO:

Public Attributes

HIMAGELIST himl
 
HWND hwndSelf
 
HWND hwndNotify
 
HWND hwndCombo
 
HWND hwndEdit
 
DWORD dwExtStyle
 
INT selected
 
DWORD flags
 
HFONT defaultFont
 
HFONT font
 
INT nb_items
 
BOOL unicode
 
BOOL NtfUnicode
 
CBE_ITEMDATA edit
 
CBE_ITEMDATAitems
 

Detailed Description

Definition at line 53 of file comboex.c.

Member Data Documentation

◆ defaultFont

HFONT COMBOEX_INFO::defaultFont

Definition at line 63 of file comboex.c.

Referenced by COMBOEX_Create().

◆ dwExtStyle

DWORD COMBOEX_INFO::dwExtStyle

Definition at line 60 of file comboex.c.

Referenced by COMBOEX_SetExtendedStyle(), and COMBOEX_WindowProc().

◆ edit

CBE_ITEMDATA COMBOEX_INFO::edit

Definition at line 68 of file comboex.c.

Referenced by COMBOEX_ComboWndProc().

◆ flags

DWORD COMBOEX_INFO::flags

Definition at line 62 of file comboex.c.

Referenced by COMBOEX_ComboWndProc().

◆ font

HFONT COMBOEX_INFO::font

Definition at line 64 of file comboex.c.

Referenced by COMBOEX_Create(), and COMBOEX_WindowProc().

◆ himl

HIMAGELIST COMBOEX_INFO::himl

Definition at line 55 of file comboex.c.

Referenced by COMBOEX_WindowProc().

◆ hwndCombo

HWND COMBOEX_INFO::hwndCombo

◆ hwndEdit

HWND COMBOEX_INFO::hwndEdit

◆ hwndNotify

HWND COMBOEX_INFO::hwndNotify

Definition at line 57 of file comboex.c.

Referenced by COMBOEX_ComboWndProc(), COMBOEX_Create(), and COMBOEX_WindowProc().

◆ hwndSelf

HWND COMBOEX_INFO::hwndSelf

Definition at line 56 of file comboex.c.

Referenced by COMBOEX_ComboWndProc(), COMBOEX_Create(), and COMBOEX_SetExtendedStyle().

◆ items

CBE_ITEMDATA* COMBOEX_INFO::items

Definition at line 69 of file comboex.c.

◆ nb_items

INT COMBOEX_INFO::nb_items

Definition at line 65 of file comboex.c.

◆ NtfUnicode

BOOL COMBOEX_INFO::NtfUnicode

Definition at line 67 of file comboex.c.

Referenced by COMBOEX_Create(), COMBOEX_NotifyItem(), and COMBOEX_WindowProc().

◆ selected

INT COMBOEX_INFO::selected

Definition at line 61 of file comboex.c.

Referenced by COMBOEX_Create().

◆ unicode

BOOL COMBOEX_INFO::unicode

Definition at line 66 of file comboex.c.

Referenced by COMBOEX_Create(), COMBOEX_GetListboxText(), and COMBOEX_WindowProc().


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