Contains information about a list-view notification message
Global Const $tagNMLISTVIEW = $tagNMHDR & ";int Item;int SubItem;uint NewState;uint OldState;uint Changed;" & _
"struct; long ActionX;long ActionY; endstruct;lparam Param"
$tagNMHDR | Contains information about a notification message |
Item | Identifies the item, or -1 if not used |
SubItem | Identifies the subitem, or zero if none |
NewState | New item state |
OldState | Old item state |
Changed | Set of flags that indicate the item attributes that have changed |
ActionX | X position at which the event occurred |
ActionY | Y position at which the event occurred |
Param | Application-defined value of the item |