PSHNOTIFYPSHNOTIFY*
*



Contents  *



Index  *Topic Contents
*Previous Topic: PROPSHEETPAGE
*Next Topic: Rebar Controls

PSHNOTIFY


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

Contains information for the property sheet notification messages.

hdr
Address of an NMHDR structure that contains additional informaiton 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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.