reactos/reactos/drivers/input/mouclass/mouclass.h
2001-05-26 08:19:03 +00:00

8 lines
303 B
C

typedef struct _DEVICE_EXTENSION {
BOOLEAN ReadIsPending;
ULONG InputCount;
PMOUSE_INPUT_DATA PortData;
PDEVICE_OBJECT PortDeviceObject; // FIXME: Expand this to handle multiple port drivers (make *PortDeviceObject)
GDI_INFORMATION GDIInformation;
} DEVICE_EXTENSION, *PDEVICE_EXTENSION;