C# Класс BiliRanking.GlobalKeyboardHook.LowLevelKeyboardInputEvent

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AdditionalInformation System.IntPtr
Flags int
HardwareScanCode int
TimeStamp int
VirtualCode int

Описание свойств

AdditionalInformation публичное свойство

Additional information associated with the message.
public IntPtr,System AdditionalInformation
Результат System.IntPtr

Flags публичное свойство

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.
public int Flags
Результат int

HardwareScanCode публичное свойство

A hardware scan code for the key.
public int HardwareScanCode
Результат int

TimeStamp публичное свойство

The time stamp stamp for this message, equivalent to what GetMessageTime would return for this message.
public int TimeStamp
Результат int

VirtualCode публичное свойство

A virtual-key code. The code must be a value in the range 1 to 254.
public int VirtualCode
Результат int