Share via


CB_GETCOMBOBOXINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Combo Boxes Messages
SendMessage
COMBOBOXINFO