C# Class BiliRanking.GlobalKeyboardHook.LowLevelKeyboardInputEvent

Mostrar archivo Open project: SkiTiSu/BiliRanking Class Usage Examples

Public Properties

Property Type Description
AdditionalInformation System.IntPtr
Flags int
HardwareScanCode int
TimeStamp int
VirtualCode int

Property Details

AdditionalInformation public_oe property

Additional information associated with the message.
public IntPtr,System AdditionalInformation
return System.IntPtr

Flags public_oe property

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
return int

HardwareScanCode public_oe property

A hardware scan code for the key.
public int HardwareScanCode
return int

TimeStamp public_oe property

The time stamp stamp for this message, equivalent to what GetMessageTime would return for this message.
public int TimeStamp
return int

VirtualCode public_oe property

A virtual-key code. The code must be a value in the range 1 to 254.
public int VirtualCode
return int