|
HookTypesJournalRecord Field |
The WH_JOURNALRECORD hook enables you to monitor and record input events. Typically, you
use this hook to record a sequence of mouse and keyboard events to play back later by
using WH_JOURNALPLAYBACK. The WH_JOURNALRECORD 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 JournalRecord
Public Shared ReadOnly JournalRecord As Integer
public:
static initonly int JournalRecord
static val JournalRecord: int
Field Value
Int32See Also