TBN_RESET
The TBN_RESET
notification message notifies the toolbar s parent window that the user has
reset the content of the Customize Toolbar dialog box. This message is sent in
the form of a WM_NOTIFY message.
TBN_RESET
pnmhdr = (NMHDR FAR *) lParam;
Parameters
pnmhdr
Pointer to an
NMHDR structure that contains information about the notification
message.
Return Values
No return
value.
See Also