Desktop Functions: Smart Device Functions:
|
Search Results for "LowLevelMouseProc" in [All]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
/// see the LowLevelMouseProc hook procedure. Delegates
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 Structures |