|
HookTypesJournalPlayback Field |
The WH_JOURNALPLAYBACK hook enables an application to insert messages into the system
message queue. You can use this hook to play back a series of mouse and keyboard events
recorded earlier by using WH_JOURNALRECORD. Regular mouse and keyboard input is disabled
as long as a WH_JOURNALPLAYBACK hook is installed. A WH_JOURNALPLAYBACK hook is a global
hook—it cannot be used as a thread-specific hook.
Namespace: Xcalibur.NativeMethods.V2.EventsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public static readonly int JournalPlayback
Public Shared ReadOnly JournalPlayback As Integer
public:
static initonly int JournalPlayback
static val JournalPlayback: int
Field Value
Int32See Also