C# Class Misuzilla.Applications.AppleWirelessKeyboardHelper.Win32.KeyboardHookEventStruct

Show file Open project: mayuki/AppleWirelessKeyboardHelper Class Usage Examples

Public Properties

Property Type Description
dwExtraInfo System.IntPtr
dwFlags System.UInt32
time System.UInt32
wScan System.UInt32
wVk System.UInt32

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

dwExtraInfo public property

public IntPtr,System dwExtraInfo
return System.IntPtr

dwFlags public property

public UInt32,System dwFlags
return System.UInt32

time public property

public UInt32,System time
return System.UInt32

wScan public property

public UInt32,System wScan
return System.UInt32

wVk public property

public UInt32,System wVk
return System.UInt32