PSHNOTIFY
The PSHNOTIFY
structure contains information for the PSN_APPLY and PSN_RESET notification
messages.
typedef struct _PSHNOTIFY {
NMHDR hdr;
LPARAM
lParam;
} PSHNOTIFY, FAR *LPPSHNOTIFY;
Members
hdr
Specifies an NMHDR
lParam
Close flag.
TRUE if the OK or Cancel button is used to close the property sheet. FALSE if
the Close button used.
See Also