The TBN_CUSTHELP notification message notifies a toolbar’s parent window that the user has chosen the Help button in the Customize Toolbar dialog box. This message is sent in the form of a WM_NOTIFY message.
TBN_CUSTHELP pnmhdr = (NMHDR FAR *) lParam;
No return value.