Contents Index Topic Contents | ||
Previous Topic: PSN_GETOBJECT Next Topic: PSN_KILLACTIVE |
PSN_HELP
PSN_HELP lppsn = (LPPSHNOTIFY) lParam;Notifies a page that the user has clicked the Help button. This notification message is sent in the form of a WM_NOTIFY message.
- No return value.
- lppsn
- Address of a PSHNOTIFY structure that contains information about the notification. The lParam member of this structure does not contain any information. The hwndFrom member of the hdr member of this structure contains the handle to the property sheet.
An application should display Help information for the page.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.