Name

CWPSTRUCT

Synopsis

Contains information used by the WH_CALLWNDPROC hook:

Public Type CWPSTRUCT
        lParam As Long
        wParam As Long
        message As Long
        hwnd As Long
End Type

Structure Members

lParam

The lParam parameter for this message

wParam

The wParam parameter for this message

message

The message identifier of the intercepted message

hwnd

The window handle that this message is directed to

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.