C# Class ScreenToGif.Util.UserActivityHook.KeyboardHookStruct

Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Свойство 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
Résultat int

flags public_oe property

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

scanCode public_oe property

Specifies a hardware scan code for the key.
public int scanCode
Résultat int

time public_oe property

Specifies the time stamp for this message.
public int time
Résultat 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
Résultat int