Share via


CB_GETCOMBOBOXINFO (Compact 2013)

3/28/2014

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

See Also

Reference

Combo Box Messages
SendMessage
COMBOBOXINFO