Contains information used with mouse notification messages
Global Const $tagNMMOUSE = $tagNMHDR & ";dword ItemSpec;dword ItemData;int X;int Y;dword HitInfo"
$tagNMHDR | Contains information about a notification message |
ItemSpec | A control-specific item identifier |
ItemData | A control-specific item data |
X | Specifies the x-coordinate of the point |
Y | Specifies the y-coordinate of the point |
HitInfo | Carries information about where on the item or control the cursor is pointing |