TBN_GETINFOTIP notification code

Retrieves infotip information for a toolbar item. This notification code is sent in the form of a WM_NOTIFY message.

TBN_GETINFOTIP

    lptbgit = (LPNMTBGETINFOTIP) lParam; 

Parameters

lParam

Pointer to an NMTBGETINFOTIP structure that contains item information and receives infotip information.

Return value

The return value is ignored by the control.

Remarks

The infotip support in the toolbar allows the toolbar to display tooltips for items that are as large as INFOTIPSIZE characters. If this notification code is not processed, the toolbar will use the item's text for the infotip.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h
Unicode and ANSI names
TBN_GETINFOTIPW (Unicode) and TBN_GETINFOTIPA (ANSI)