.
// overload for use with LowLevelMouseProc
.
' overload for use with LowLevelMouseProc
.
' overload for use with LowLevelMouseProc
.
Installs a hook to monitor certain types of events.
3/29/2016 12:24:55 PM - -67.166.68.151
.
static extern TODO LowLevelMouseProc(TODO);
.
Declare Function LowLevelMouseProc Lib "user32.dll" (TODO) As TODO
.
.
/// MouseProc hook procedure.
.
/// see the LowLevelMouseProc hook procedure.
.
Installs a hook to monitor certain types of events.
3/29/2016 12:24:55 PM - -67.166.68.151
The CallNextHookEx API
3/29/2016 1:15:57 PM - -65.216.74.168
TODO - a short description
3/16/2007 8:18:46 AM - dahminator-75.174.65.168
.
private delegate IntPtr LowLevelMouseProc(int code, WindowsMessages wParam, [In] MSLLHOOKSTRUCT lParam);
.
Private Delegate Function LowLevelMouseProc(ByVal code As Integer, ByVal wParam As WindowsMessages, <[In]> ByVal lParam As MSLLHOOKSTRUCT) As IntPtr
.