KeyboardLowLevelHookStructFlags Enumeration
An application can use the following values to test the keystroke flags of a keyboard low-level hook.
Flags combination for
Flags field.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum KeyboardLowLevelHookStructFlags
<FlagsAttribute>
Public Enumeration KeyboardLowLevelHookStructFlags
Dim instance As KeyboardLowLevelHookStructFlags
[FlagsAttribute]
public enum class KeyboardLowLevelHookStructFlags
[<FlagsAttribute>]
type KeyboardLowLevelHookStructFlags
No code example is currently available or this language may not be supported.
Extended |
1 |
Test the extended-key (WIN key) flag.
|
LowerILInjected |
2 |
Test the event-injected (from a process running at lower integrity level) flag.
|
Injected |
16 |
Test the event-injected (from any process) flag.
|
AltDown |
32 |
Test the context code.
|
Up |
128 |
Test the transition-state flag.
|