Desktop Functions: Smart Device Functions:
|
Search Results for "LowLevelKeyboardProc" in [All]Structures
private static IntPtr LowLevelKeyboardProc(int nCode, IntPtr wParam, IntPtr lParam) Delegates
private delegate int LowLevelKeyboardProc(int nCode,WindowsMessages wParam, [In] KBDLLHOOKSTRUCT lParam);
Private Delegate Function LowLevelKeyboardProc(ByVal nCode As Integer, ByVal wParam As WindowsMessages, <[In]> ByVal lParam As KBDLLHOOKSTRUCT) As Integer user32
// overload for use with LowLevelKeyboardProc
' overload for use with LowLevelKeyboardProc
' overload for use with LowLevelKeyboardProc
static extern TODO LowLevelKeyboardProc(TODO);
Declare Function LowLevelKeyboardProc Lib "user32.dll" (TODO) As TODO
/// see the LowLevelKeyboardProc hook procedure. |