Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windows Controls
Control Library
ComboBox
Messages
 CB_GETCOMBOBOXINFO Message

  Switch on low bandwidth view
CB_GETCOMBOBOXINFO Message

Gets information about the specified combo box.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns LRESULT in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) CB_GETCOMBOBOXINFO,     // message ID
   (WPARAM) wParam,     // = 0; not used, must be zero
   (LPARAM) lParam     // = (LPARAM) (COMBOBOXINFO*) pcbi;
);

Parameters

wParam
This parameter is not used.
pcbi
[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.

Message Information

HeaderDeclared in Winuser.h, include Windows.h
Minimum operating systems Windows XP

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
WARNING!      chksr   |   Edit   |   Show History
This message causes a crash in the 64 bit versions of Windows Server2003 and XP (http://technet.microsoft.com/en-us/windowsserver/bb463273.aspx). Do use GetComboBoxInfo() instead!
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker