C# Class ScreenToGif.Util.UserActivityHook.KeyboardHookStruct

显示文件 Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
dwExtraInfo int
flags int
scanCode int
time int
vkCode int

Property Details

dwExtraInfo public_oe property

Specifies extra information associated with the message.
public int dwExtraInfo
return int

flags public_oe property

Specifies the extended-key flag, event-injected flag, context code, and transition-state flag.
public int flags
return int

scanCode public_oe property

Specifies a hardware scan code for the key.
public int scanCode
return int

time public_oe property

Specifies the time stamp for this message.
public int time
return int

vkCode public_oe property

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