Button_GetNote macro (commctrl.h)

Gets the text of the note associated with a command link button. You can use this macro or send the BCM_GETNOTE message explicitly.

Syntax

void Button_GetNote(
   hwnd,
   psz,
   pcc
);

Parameters

hwnd

Type: HWND

A handle to the button control.

psz

Type: LPCWSTR

A pointer to a null-terminated, Unicode string that contains the note.

pcc

Type: int

A pointer to the length of the note, in characters.

Return value

None

Remarks

This macro works only with the BS_COMMANDLINK and BS_DEFCOMMANDLINK button styles.

Requirements

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

See also

Button Styles

Button Types

Conceptual

Reference