次の方法で共有


PSN_HELP (Windows CE 5.0)

Send Feedback

This message notifies a page that the user has chosen the Help button. It is sent in the form of a WM_NOTIFY message.

PSN_HELP lppsn= (LPPSHNOTIFY)lParam;

Parameters

  • lppsn
    Long pointer to a PSHNOTIFY structure that contains information about the notification.

Return Values

None.

Remarks

The lParam member of this structure does not contain any information.

The PSHNOTIFY structure contains an NMHDR structure as its first member, hdr. The hwndFrom member of this NMHDR structure contains the handle to the property sheet.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Prsht.h.

See Also

WM_NOTIFY | NMHDR | PSHNOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.