描述
包含属性表通知消息的信息.
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