TBNOTIFY

This structure contains information used to process notification messages from a toolbar, and is superseded by the NMTOOLBAR structure.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

typedef struct_TBNOTIFY {
NMHDR
hdr;
INT
iItem;
TBBUTTON
tbButton;
INT
cchText;
LPTSTR
pszText;
} TBNOTIFY, FAR* LPTBNOTIFY;

Members

hdr

NMHDR structure that contains additional information about the notification message.

iItem

Command identifier of the button associated with the notification.

tbButton

TBBUTTON structure that contains information about the toolbar button associated with the notification.

cchText

Count of characters in the button text.

pszText

Pointer to a character buffer that contains the button text.

See Also

WM_NOTIFY