Desktop Functions: Smart Device Functions:
|
Search Results for "LowLevelMouseProc" in [All]StructuresDelegates
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 user32
// overload for use with LowLevelMouseProc
' overload for use with LowLevelMouseProc
' overload for use with LowLevelMouseProc
static extern TODO LowLevelMouseProc(TODO);
Declare Function LowLevelMouseProc Lib "user32.dll" (TODO) As TODO Enums5: HookType
/// LowLevelMouseProc hook procedure. |