This structure contains information for the PSN_APPLY and PSN_RESET notification messages.
At a Glance
Header file: | Prsht.h |
Windows CE versions: | 1.0 and later |
Syntax
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 notification message to determine what, if any, information is contained in this member.
See Also