Name

EVENTMSG

Synopsis

Contains information used with the WH_JOURNALRECORD hook:

Private Type EVENTMSG
        message As Long
        paramL As Long
        paramH As Long
        time As Long
        hwnd As Long
End Type

Structure Members

message

The message identifier.

paramL

A message parameter. The message type defines the meaning for this member.

paramH

A message parameter. The message type defines the meaning for this member.

time

The time that this message was posted.

hwnd

The handle of the window to which this message is to be sent.

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.