描述
包含处理过程中使用的信息.LVN_KEYDOWN通知消息.这种结构是一样的LVKEYDOWN结构,但已被重命名,以适应标准命名约定.
FreeBASIC 语法
TYPE LVKEYDOWN field = 1 hdr AS NMHDR wVKey AS WORD flags AS UINT END TYPE |
成员
hdr
NMHDR structure that contains information on this notification message.
wVKey
Virtual key code.
flags
This member must always be zero.
引用文件
CommCtrl.bi


