描述
结构,包含用于处理LVN_ODSTATECHANGED通知消息.
FreeBASIC 语法
TYPE NMLVODSTATECHANGE hdr AS NMHDR iFrom AS LONG iTo AS LONG uNewState AS UINT uOldState AS UINT END TYPE |
成员
hdr
NMHDR structure that contains additional information about the notification message.
iFrom
Zero-based index of the first item in the range of items.
iTo
Zero-based index of the last item in the range of items.
uNewState
Value indicating the new state for the item or items. This member can be any valid combination of the list-view item states.
uOldState
Value indicating the old state for the item or items. This member can be any valid combination of the list-view item states.
引用文件
CommCtrl.bi


