ReactOS 0.4.16-dev-38-g96c65e9
|
#include <green.h>
ULONG _KEYBOARD_DEVICE_EXTENSION::ActiveQueue |
Definition at line 54 of file green.h.
Referenced by KeyboardDeviceWorker(), and KeyboardDpcSendData().
CONNECT_DATA _KEYBOARD_DEVICE_EXTENSION::ClassInformation |
Definition at line 50 of file green.h.
Referenced by KeyboardDpcSendData(), and KeyboardInternalDeviceControl().
COMMON_FDO_DEVICE_EXTENSION _KEYBOARD_DEVICE_EXTENSION::Common |
Definition at line 47 of file green.h.
Referenced by KeyboardAddDevice().
PDEVICE_OBJECT _KEYBOARD_DEVICE_EXTENSION::Green |
Definition at line 48 of file green.h.
Referenced by KeyboardAddDevice(), and KeyboardDeviceWorker().
ULONG _KEYBOARD_DEVICE_EXTENSION::InputDataCount[2] |
Definition at line 55 of file green.h.
Referenced by KeyboardDeviceWorker(), and KeyboardDpcSendData().
KDPC _KEYBOARD_DEVICE_EXTENSION::KeyboardDpc |
Definition at line 52 of file green.h.
Referenced by KeyboardDeviceWorker().
KEYBOARD_INPUT_DATA _KEYBOARD_DEVICE_EXTENSION::KeyboardInputData[2][KEYBOARD_BUFFER_SIZE] |
Definition at line 56 of file green.h.
Referenced by KeyboardDeviceWorker(), and KeyboardDpcSendData().
HANDLE _KEYBOARD_DEVICE_EXTENSION::WorkerThreadHandle |
Definition at line 51 of file green.h.
Referenced by KeyboardInternalDeviceControl().