PSHNOTIFY structure (prsht.h)

Contains information for the property sheet notification messages.

Syntax

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

Members

hdr

Type: NMHDR

Address of an NMHDR structure that contains additional information about the notification.

lParam

Type: LPARAM

Additional information about this notification. To determine what, if any, information is contained in this member, see the description of the particular notification message.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header prsht.h