|
ReactOS 0.4.16-dev-1946-g52006dd
|

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_ITEMDATA * | items |
| HFONT COMBOEX_INFO::defaultFont |
Definition at line 62 of file comboex.c.
Referenced by COMBOEX_Create().
| DWORD COMBOEX_INFO::dwExtStyle |
Definition at line 59 of file comboex.c.
Referenced by COMBOEX_SetExtendedStyle(), and COMBOEX_WindowProc().
| CBE_ITEMDATA COMBOEX_INFO::edit |
Definition at line 67 of file comboex.c.
Referenced by COMBOEX_ComboWndProc().
| DWORD COMBOEX_INFO::flags |
Definition at line 61 of file comboex.c.
Referenced by COMBOEX_ComboWndProc().
| HFONT COMBOEX_INFO::font |
Definition at line 63 of file comboex.c.
Referenced by COMBOEX_Create(), and COMBOEX_WindowProc().
| HIMAGELIST COMBOEX_INFO::himl |
Definition at line 54 of file comboex.c.
Referenced by COMBOEX_WindowProc().
| HWND COMBOEX_INFO::hwndCombo |
Definition at line 57 of file comboex.c.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Create(), COMBOEX_FindStringExact(), and COMBOEX_WindowProc().
| HWND COMBOEX_INFO::hwndEdit |
Definition at line 58 of file comboex.c.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Create(), COMBOEX_SetExtendedStyle(), and COMBOEX_WindowProc().
| HWND COMBOEX_INFO::hwndNotify |
Definition at line 56 of file comboex.c.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Create(), and COMBOEX_WindowProc().
| HWND COMBOEX_INFO::hwndSelf |
Definition at line 55 of file comboex.c.
Referenced by COMBOEX_ComboWndProc(), COMBOEX_Create(), and COMBOEX_SetExtendedStyle().
| CBE_ITEMDATA* COMBOEX_INFO::items |
| BOOL COMBOEX_INFO::NtfUnicode |
Definition at line 66 of file comboex.c.
Referenced by COMBOEX_Create(), COMBOEX_NotifyItem(), and COMBOEX_WindowProc().
| INT COMBOEX_INFO::selected |
Definition at line 60 of file comboex.c.
Referenced by COMBOEX_Create().
| BOOL COMBOEX_INFO::unicode |
Definition at line 65 of file comboex.c.
Referenced by COMBOEX_Create(), COMBOEX_GetListboxText(), and COMBOEX_WindowProc().