TBN_GETDISPINFO notification code

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

TBN_GETDISPINFO 

    lptbdi = (LPNMTBDISPINFO) lParam; 

Parameters

lParam

Pointer to an NMTBDISPINFO structure. The idCommand member specifies the item's command identifier, the lParam member contains the item's application-defined data, and the dwMask member specifies what information is being requested.

Return value

The return value is ignored by the control.

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_GETDISPINFOW (Unicode) and TBN_GETDISPINFOA (ANSI)