C# Class VncSharp.Win32.KBDLLHOOKSTRUCT

Show file Open project: mRemoteNG/VncSharpNG Class Usage Examples

Public Properties

Property Type Description
dwExtraInfo System.IntPtr
flags System.Int32
scanCode System.Int32
time System.Int32
vkCode System.Int32

Property Details

dwExtraInfo public property

public IntPtr,System dwExtraInfo
return System.IntPtr

flags public property

public Int32,System flags
return System.Int32

scanCode public property

public Int32,System scanCode
return System.Int32

time public property

public Int32,System time
return System.Int32

vkCode public property

public Int32,System vkCode
return System.Int32