Searched defs:_DEVICE_OBJECT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h47 struct _DEVICE_OBJECT;
54 typedef NTSTATUS (WINAPI *PDRIVER_DISPATCH)(struct _DEVICE_OBJECT *, struct _IRP *);
55 typedef void (WINAPI *PDRIVER_STARTIO)(struct _DEVICE_OBJECT *, struct _IRP *);
172 struct _DEVICE_OBJECT *DeviceObject;
173 struct _DEVICE_OBJECT *RealDevice;
300 typedef struct _DEVICE_OBJECT { struct
305 struct _DEVICE_OBJECT *NextDevice;
306 struct _DEVICE_OBJECT *AttachedDevice;
330 typedef struct _DEVICE_OBJECT *PDEVICE_OBJECT;
369 IN struct _DEVICE_OBJECT *DeviceObjec
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h47 struct _DEVICE_OBJECT;
54 typedef NTSTATUS (WINAPI *PDRIVER_DISPATCH)(struct _DEVICE_OBJECT *, struct _IRP *);
55 typedef void (WINAPI *PDRIVER_STARTIO)(struct _DEVICE_OBJECT *, struct _IRP *);
171 struct _DEVICE_OBJECT *DeviceObject;
172 struct _DEVICE_OBJECT *RealDevice;
298 typedef struct _DEVICE_OBJECT { struct
303 struct _DEVICE_OBJECT *NextDevice;
304 struct _DEVICE_OBJECT *AttachedDevice;
328 typedef struct _DEVICE_OBJECT *PDEVICE_OBJECT;
361 IN struct _DEVICE_OBJECT *DeviceObjec
[all...]

Completed in 96 milliseconds