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 structure. The code member of the NMHDR structure can be one of the following notification codes that identify the message being sent: PSN_APPLY or PSN_RESET.

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

PSN_APPLY, PSN_RESET