Share via


PSHNOTIFY

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information for the PSN_APPLY and PSN_RESET messages.

Syntax

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

Members

  • hdr
    NMHDR structure that contains additional information about the notification.
  • lParam
    Additional information about this notification. See the description of the particular message to determine what, if any, information is contained in this member.

Requirements

Header prsht.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

PSN_APPLY
PSN_RESET
NMHDR