C# Класс AcTools.Windows.Input.Native.HardwareInputEntry

The HARDWAREINPUT structure contains information about a simulated message generated by an input device other than a keyboard or mouse. (see: http://msdn.microsoft.com/en-us/library/ms646269(VS.85).aspx) Declared in Winuser.h, include Windows.h
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Msg uint
ParamH ushort
ParamL ushort

Описание свойств

Msg публичное свойство

Value specifying the message generated by the input hardware.
public uint Msg
Результат uint

ParamH публичное свойство

Specifies the high-order word of the lParam parameter for uMsg.
public ushort ParamH
Результат ushort

ParamL публичное свойство

Specifies the low-order word of the lParam parameter for uMsg.
public ushort ParamL
Результат ushort