NMTOOLBARNMTOOLBAR*
*Contents  *Index  *Topic Contents
*Previous Topic: NMTBHOTITEM
*Next Topic: TBADDBITMAP

NMTOOLBAR


typedef struct tagNMTOOLBAR {
    NMHDR    hdr;
    int      iItem;
    TBBUTTON tbButton;
    int      cchText;
    LPTSTR   pszText;
} NMTOOLBAR, FAR* LPNMTOOLBAR;

Contains information used to process toolbar notification messages. This structure supersedes the TBNOTIFY structure.

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. This member only contains valid information with the TBN_QUERYINSERT and TBN_QUERYDELETE notifications.
cchText
Count of characters in the button text.
pszText
Address of a character buffer that contains the button text.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.