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