TBN_SAVE notification code
Notifies a toolbar's parent window that a toolbar is in the process of being saved. This notification code is sent in the form of a WM_NOTIFY message.
TBN_SAVE
lpnmtb = (LPNMTBSAVE) lParam;
Parameters
-
lParam
-
Pointer to an NMTBSAVE structure.
Return value
No return value.
Remarks
The application will receive this notification code once at the start of the save process and once for each button. This notification code gives you an opportunity to add your own information to that saved by the Shell. If you do not wish to add information, ignore the notification code. See Toolbar Customization for a more detailed discussion of how to handle TBN_SAVE.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|