CB_GETCOMBOBOXINFO (Windows Embedded CE 6.0)
1/6/2010
This message is sent by an application to retrieve information about the specified combo box. To send this message, call the SendMessage function.
Syntax
CB_GETCOMBOBOXINFO
wParam = 0;
lParam = (LPARAM) (COMBOBOXINFO*) pcbi;
Parameters
- wParam
[in] Not used; set to zero.
- pcbi
[out] Pointer to a COMBOBOXINFO structure that receives the information.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Requirements
Header | winuser.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |