ReactOS 0.4.15-dev-7788-g1ad9096
_KEYBOARD_DEVICE_EXTENSION Struct Reference

#include <green.h>

Collaboration diagram for _KEYBOARD_DEVICE_EXTENSION:

Public Attributes

COMMON_FDO_DEVICE_EXTENSION Common
 
PDEVICE_OBJECT Green
 
CONNECT_DATA ClassInformation
 
HANDLE WorkerThreadHandle
 
KDPC KeyboardDpc
 
ULONG ActiveQueue
 
ULONG InputDataCount [2]
 
KEYBOARD_INPUT_DATA KeyboardInputData [2][KEYBOARD_BUFFER_SIZE]
 

Detailed Description

Definition at line 45 of file green.h.

Member Data Documentation

◆ ActiveQueue

ULONG _KEYBOARD_DEVICE_EXTENSION::ActiveQueue

Definition at line 54 of file green.h.

Referenced by KeyboardDeviceWorker(), and KeyboardDpcSendData().

◆ ClassInformation

CONNECT_DATA _KEYBOARD_DEVICE_EXTENSION::ClassInformation

Definition at line 50 of file green.h.

Referenced by KeyboardDpcSendData(), and KeyboardInternalDeviceControl().

◆ Common

COMMON_FDO_DEVICE_EXTENSION _KEYBOARD_DEVICE_EXTENSION::Common

Definition at line 47 of file green.h.

Referenced by KeyboardAddDevice().

◆ Green

PDEVICE_OBJECT _KEYBOARD_DEVICE_EXTENSION::Green

Definition at line 48 of file green.h.

Referenced by KeyboardAddDevice(), and KeyboardDeviceWorker().

◆ InputDataCount

ULONG _KEYBOARD_DEVICE_EXTENSION::InputDataCount[2]

Definition at line 55 of file green.h.

Referenced by KeyboardDeviceWorker(), and KeyboardDpcSendData().

◆ KeyboardDpc

KDPC _KEYBOARD_DEVICE_EXTENSION::KeyboardDpc

Definition at line 52 of file green.h.

Referenced by KeyboardDeviceWorker().

◆ KeyboardInputData

KEYBOARD_INPUT_DATA _KEYBOARD_DEVICE_EXTENSION::KeyboardInputData[2][KEYBOARD_BUFFER_SIZE]

Definition at line 56 of file green.h.

Referenced by KeyboardDeviceWorker(), and KeyboardDpcSendData().

◆ WorkerThreadHandle

HANDLE _KEYBOARD_DEVICE_EXTENSION::WorkerThreadHandle

Definition at line 51 of file green.h.

Referenced by KeyboardInternalDeviceControl().


The documentation for this struct was generated from the following file: