Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.59 KB

tbn-getdispinfo.md

File metadata and controls

59 lines (30 loc) · 1.59 KB
title description ms.assetid keywords ms.topic ms.date
TBN_GETDISPINFO notification code (Commctrl.h)
Retrieves display information for a toolbar item. This notification code is sent in the form of a WM\_NOTIFY message.
ed6e4141-2bf8-4a92-8349-f3833c87fcf3
TBN_GETDISPINFO notification code Windows Controls
reference
05/31/2018

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)