Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Delegates, prefix the name with the module name and a period.
LowLevelMouseProc (Delegates)
.
Summary
Callback for low level mouse hook
C# Definition:
private delegate IntPtr LowLevelMouseProc(int code, WindowsMessages wParam, [In] MSLLHOOKSTRUCT lParam);
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
Delegate Function LowLevelMouseProc(TODO) As TODO
User-Defined Types:
MSLLHOOKSTRUCT
WindowsMessages
Notes:
If the hook returns >0 then no subsequent processing occurs.
See
Documentation
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
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.