|
HookTypesGetMessage Field |
The WH_GETMESSAGE hook enables an application to monitor messages about to be returned by
the GetMessage or PeekMessage function. You can use the WH_GETMESSAGE hook to monitor mouse
and keyboard input and other messages posted to the message queue.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public static readonly int GetMessage
Public Shared ReadOnly GetMessage As Integer
public:
static initonly int GetMessage
static val GetMessage: int
Field Value
Int32See Also