![Xcalibur Systems LLC Logo](../icons/logo.png) |
HookTypesKeyboard Field |
The WH_KEYBOARD hook enables an application to monitor message traffic for WM_KEYDOWN and
WM_KEYUP messages about to be returned by the GetMessage or PeekMessage function. You can
use the WH_KEYBOARD hook to monitor keyboard input posted to a message queue.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic static readonly int Keyboard
Public Shared ReadOnly Keyboard As Integer
public:
static initonly int Keyboard
Field Value
Int32
See Also