The PSN_HELP notification message notifies a page that the user has chosen the Help button. This notification message is sent in the form of a WM_NOTIFY message.
PSN_HELP lpnmhdr = (NMHDR FAR *) lParam;
No return value.
An application should display help information for the page.