PSHNOTIFY (Windows CE 5.0)

Send Feedback

This structure contains information for the PSN_APPLY and PSN_RESET messages.

typedef struct _PSHNOTIFY { NMHDR hdr; LPARAM lParam; } PSHNOTIFY, FAR* LPPSHNOTIFY; 

Members

  • hdr
    NMHDR structure that contains additional information about the notification.
  • lParam
    Additional information about this notification. See the description of the particular message to determine what, if any, information is contained in this member.

Requirements

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

See Also

PSN_APPLY | PSN_RESET | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.