C# Class Binarysharp.MemoryManagement.Native.HardwareInput

Datei anzeigen Open project: ZenLulz/MemorySharp

Public Properties

Property Type Description
Message int
WParamH short
WParamL short

Property Details

Message public_oe property

The message generated by the input hardware.
public int Message
return int

WParamH public_oe property

The high-order word of the lParam parameter for Message.
public short WParamH
return short

WParamL public_oe property

The low-order word of the lParam parameter for Message.
public short WParamL
return short