导航:  Windows Controls Procedures > Property Sheet Control > Structures >

PSHNOTIFY

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

描述

 

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

 

FreeBASIC 语法

 

#ifdef __FB_64BIT__

 TYPE PSHNOTIFY

    hdr as NMHDR

    lParam as LPARAM

 END TYPE

#else

 TYPE PSHNOTIFY field = 4

    hdr as NMHDR

    lParam as LPARAM

END TYPE

#endif

 

成员

 

hdr

 

NMHDR structure that contains additional information about the notification message.

 

lParam

 

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

 

引用文件

 

Prsht.bi