Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
prsht.h
Unicode
No
Platform Notes
None

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

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples