导航:  Windows Controls Wrapper Functions > Property Sheet Control > Structures >

PSHNOTIFY

上一页返回章节概述下一页

描述

 

包含属性表通知消息的信息。

 

C/C++ 语法

 

typedef struct _PSHNOTIFY {

NMHDR hdr;

LPARAM lParam;

} PSHNOTIFY, *LPPSHNOTIFY;

 

PB语法

 

TYPE PSHNOTIFY

hdr    AS NMHDR

lParam AS LONG

END TYPE

 

成员

 

hdr

 

NMHDR结构,其中包含有关通知消息的其他信息。

 

lParam

 

A有关此通知的其他信息。

 

最低操作系统

 

Windows NT 3.51,Windows 95。

 

引用文件 #INCLUDE Once

 

Prsht.inc