ReactOS 0.4.16-dev-329-g9223134
|
#include <sermouse.h>
Definition at line 55 of file sermouse.h.
ULONG _SERMOUSE_DEVICE_EXTENSION::ActiveQueue |
Definition at line 65 of file sermouse.h.
Referenced by SermouseDeviceWorker().
MOUSE_ATTRIBUTES _SERMOUSE_DEVICE_EXTENSION::AttributesInformation |
Definition at line 72 of file sermouse.h.
Referenced by SermouseDeviceWorker(), SermouseInternalDeviceControl(), and SermouseStartDevice().
CONNECT_DATA _SERMOUSE_DEVICE_EXTENSION::ConnectData |
Definition at line 67 of file sermouse.h.
Referenced by SermouseDeviceWorker(), and SermouseInternalDeviceControl().
PSERMOUSE_DRIVER_EXTENSION _SERMOUSE_DEVICE_EXTENSION::DriverExtension |
Definition at line 60 of file sermouse.h.
Referenced by SermouseAddDevice(), and SermouseStartDevice().
ULONG _SERMOUSE_DEVICE_EXTENSION::InputDataCount[2] |
Definition at line 66 of file sermouse.h.
Referenced by SermouseDeviceWorker().
PDEVICE_OBJECT _SERMOUSE_DEVICE_EXTENSION::LowerDevice |
Definition at line 57 of file sermouse.h.
Referenced by SermouseAddDevice(), SermouseDeviceWorker(), SermousePnp(), and SermouseStartDevice().
MOUSE_INPUT_DATA _SERMOUSE_DEVICE_EXTENSION::MouseInputData[2] |
Definition at line 68 of file sermouse.h.
Referenced by SermouseDeviceWorker().
SERMOUSE_MOUSE_TYPE _SERMOUSE_DEVICE_EXTENSION::MouseType |
Definition at line 59 of file sermouse.h.
Referenced by SermouseAddDevice(), and SermouseStartDevice().
UCHAR _SERMOUSE_DEVICE_EXTENSION::PacketBuffer[PACKET_BUFFER_SIZE] |
Definition at line 69 of file sermouse.h.
Referenced by SermouseDeviceWorker().
ULONG _SERMOUSE_DEVICE_EXTENSION::PacketBufferPosition |
Definition at line 70 of file sermouse.h.
Referenced by SermouseDeviceWorker().
SERMOUSE_DEVICE_STATE _SERMOUSE_DEVICE_EXTENSION::PnpState |
Definition at line 58 of file sermouse.h.
Referenced by SermouseAddDevice(), and SermouseStartDevice().
ULONG _SERMOUSE_DEVICE_EXTENSION::PreviousButtons |
Definition at line 71 of file sermouse.h.
Referenced by SermouseDeviceWorker().
KEVENT _SERMOUSE_DEVICE_EXTENSION::StopWorkerThreadEvent |
Definition at line 63 of file sermouse.h.
Referenced by SermouseAddDevice(), SermouseDeviceWorker(), and SermouseInternalDeviceControl().
HANDLE _SERMOUSE_DEVICE_EXTENSION::WorkerThreadHandle |
Definition at line 62 of file sermouse.h.
Referenced by SermouseStartDevice().