TBN_CUSTHELP  A1L9I4 

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;

 

Parameters

pnmhdr

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

 

Return Values

No return value.

See Also

NMHDR, WM_NOTIFY