Enum ExtendedKeyFlags
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.
Namespace: Dapplo.Windows.Input.Enums
Assembly: Dapplo.Windows.Input.dll
Syntax
public enum ExtendedKeyFlags : uint
Fields
Name | Description |
---|---|
AltDown | Test the context code. |
Extended | Test the extended-key flag. |
Injected | Test the event-injected (from any process) flag. |
LowerIntegretyInjected | Test the event-injected (from a process running at lower integrity level) flag. |
Up | Test the transition-state flag. |