Name

MOUSEHOOKSTRUCTEX

Synopsis

Contains information used by the WH_MOUSE hook. This structure contains extra information that the MOUSEHOOKSTRUCT does not contain:

Public Type MOUSEHOOKSTRUCTEX
    structMouseHook As MOUSEHOOKSTRUCT
    mousedata As Long
End Type

Structure Members

structMouseHook

A pointer to the MOUSEHOOKSTRUCT structure.

mousedata

A Long integer that contains mouse wheel and XButton information in the high-order word. The low-order word is reserved for system use.

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.