CB_GETCOMBOBOXINFO message
Gets information about the specified combo box.
-
wParam
-
This parameter is not used.
-
lParam [out]
-
A pointer to a COMBOBOXINFO structure that receives the information.
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.
This message is equivalent to GetComboBoxInfo.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
-
Reference