CB_GETCOMBOBOXINFO (Windows CE 5.0)
This message is sent by an application to retrieve information about the specified combo box. To send this message, call the SendMessage function.
CB_GETCOMBOBOXINFOwParam = 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
OS Versions: Windows CE .NET 4.2 and later.
Header: Winuser.h.
See Also
Combo Boxes Messages | SendMessage | COMBOBOXINFO
Send Feedback on this topic to the authors