COMBOBOXINFO (Windows Embedded CE 6.0)
1/6/2010
This structure contains combo box status information.
Syntax
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
Header | winuser.h |
Windows Embedded CE | Windows CE 1.0 and later |