COMBOBOXINFO (Windows CE 5.0)
This structure contains combo box status information.
typedef struct tagCOMBOBOXINFO { DWORD cbSize; RECT rcItem; RECT rcButton; DWORD stateButton; HWND hwndCombo; HWND hwndItem; HWND hwndList;} COMBOBOXINFO, *PCOMBOBOXINFO, *LPCOMBOBOXINFO;
Members
- cbSize
Specifies the size, in bytes, of the structure. The caller must set this tosizeof(COMBOBOXINFO)
. - rcItem
RECT structure that specifies the coordinates of the edit box. - rcButton
RECT structure that specifies the coordinates of the button that contains the drop-down arrow. - stateButton
Unsupported. - hwndCombo
Handle to the combo box. - hwndItem
Handle to the edit box. - hwndList
Handle to the drop-down list.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
Combo Boxes Structures | CB_GETCOMBOBOXINFO
Send Feedback on this topic to the authors