.
C# Definition:
private delegate IntPtr LowLevelMouseProc(int code, WindowsMessages wParam, [In] MSLLHOOKSTRUCT lParam);
VB Definition:
Private Delegate Function LowLevelMouseProc(ByVal code As Integer, ByVal wParam As WindowsMessages, <[In]> ByVal lParam As MSLLHOOKSTRUCT) As IntPtr
User-Defined Types:
MSLLHOOKSTRUCT
WindowsMessages
Notes:
If the hook returns >0 then no subsequent processing occurs.
The MSLLHOOKSTRUCT structure contains information about a low-level mouse input event.
4/1/2011 5:52:14 AM - -217.119.210.6
C# and VB enums of many of the Windows Messages.
10/6/2021 1:56:47 PM - thediscover22450@gmail.com-86.253.38.65
Installs a hook to monitor certain types of events.
1/7/2019 10:18:01 AM - -93.41.3.12