EM_GETCUEBANNER message

Gets the text that is displayed as the textual cue, or tip, in an edit control.

Parameters

wParam [in]

A pointer to a Unicode buffer that receives the text set as the textual cue. The caller is responsible for allocating the buffer.

lParam [in]

The size of the buffer pointed to by wParam in WCHARs, including the terminating NULL.

Return value

Returns TRUE if successful or FALSE otherwise.

Remarks

Note

To use this message, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

Edit_GetCueBannerText