TBN_RESET notification code

Notifies the toolbar's parent window that the user has reset the content of the Customize Toolbar dialog box. This notification code is sent in the form of a WM_NOTIFY message.

TBN_RESET 

    lpnmhdr = (LPNMHDR) lParam; 

Parameters

lParam

Pointer to an NMHDR structure that contains information about the notification code.

Return value

Return TBNRF_ENDCUSTOMIZE to close the Customize Toolbar dialog box. All other return values are ignored.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h