C# Class MS.Win32.UnsafeNativeMethods.KEYBDINPUT

Show file Open project: geeksree/cSharpGeeks

Public Properties

Property Type Description
dwExtraInfo System.IntPtr
dwFlags int
time int
wScan short
wVk short

Property Details

dwExtraInfo public property

public IntPtr,System dwExtraInfo
return System.IntPtr

dwFlags public property

public int dwFlags
return int

time public property

public int time
return int

wScan public property

public short wScan
return short

wVk public property

public short wVk
return short