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

Mostra 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_oe property

public IntPtr,System dwExtraInfo
return System.IntPtr

dwFlags public_oe property

public UInt32,System dwFlags
return System.UInt32

time public_oe property

public UInt32,System time
return System.UInt32

wScan public_oe property

public UInt32,System wScan
return System.UInt32

wVk public_oe property

public UInt32,System wVk
return System.UInt32