Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.62 KB

nf-commctrl-combobox_getcuebannertext.md

File metadata and controls

77 lines (61 loc) · 2.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.ComboBox_GetCueBannerText
ComboBox_GetCueBannerText macro (commctrl.h)
Gets the cue banner text displayed in the edit control of a combo box. Use this macro or send the CB_GETCUEBANNER message explicitly.
ComboBox_GetCueBannerText
ComboBox_GetCueBannerText macro [Windows Controls]
_shell_ComboBox_GetCueBannerText
_shell_ComboBox_GetCueBannerText_cpp
commctrl/ComboBox_GetCueBannerText
controls.ComboBox_GetCueBannerText
controls._shell_ComboBox_GetCueBannerText
controls\ComboBox_GetCueBannerText.htm
Controls
VS|Controls|~\controls\comboboxes\comboboxreference\comboboxmacros\combobox_getcuebannertext.htm
12/05/2018
ComboBox_GetCueBannerText, ComboBox_GetCueBannerText macro [Windows Controls], _shell_ComboBox_GetCueBannerText, _shell_ComboBox_GetCueBannerText_cpp, commctrl/ComboBox_GetCueBannerText, controls.ComboBox_GetCueBannerText, controls._shell_ComboBox_GetCueBannerText
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
ComboBox_GetCueBannerText
commctrl/ComboBox_GetCueBannerText
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ComboBox_GetCueBannerText

ComboBox_GetCueBannerText macro

-description

Gets the cue banner text displayed in the edit control of a combo box. Use this macro or send the CB_GETCUEBANNER message explicitly.

-parameters

-param hwnd

Type: HWND

A handle to the combo box.

-param lpwText

Type: LPWSTR

A pointer to a Unicode string buffer that receives the cue banner text. The calling application is responsible for allocating the memory for the buffer. The buffer size must be equal to the length of the cue banner string in WCHARs, plus 1—for the terminating NULL WCHAR.

-param cchText

Type: int

The size of the buffer pointed to by lpwText in WCHARs.

-see-also

Combo Box Features