KeyboardLowLevelHookStructFlags Field

The extended-key flag, event-injected flags, context code, and transition-state flag.

This member is specified as follows. An application can use the following values to test the keystroke flags.

Testing LLKHF_INJECTED (bit 4) will tell you whether the event was injected. If it was, then testing LLKHF_LOWER_IL_INJECTED (bit 1) will tell you whether or not the event was injected from a process running at lower integrity level.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.

Field Value

KeyboardLowLevelHookStructFlags

See Also