Desktop Functions: Smart Device Functions:
|
Search Results for "KeyboardProc" in [All]user32
// overload for use with LowLevelKeyboardProc
' overload for use with LowLevelKeyboardProc
' overload for use with LowLevelKeyboardProc 2: KeyboardProc
static extern TODO KeyboardProc(TODO);
Declare Function KeyboardProc Lib "user32.dll" (TODO) As TODO
static extern TODO LowLevelKeyboardProc(TODO);
Declare Function LowLevelKeyboardProc Lib "user32.dll" (TODO) As TODO
/// KeyboardProc hook procedure.
/// see the LowLevelKeyboardProc hook procedure. MSDN article on KeyboardProc: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/hooks/hookreference/hookfunctions/keyboardproc.asp Structures
private static IntPtr LowLevelKeyboardProc(int nCode, IntPtr wParam, IntPtr lParam) Delegates |