|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <io.h>

Public Attributes | |
| WORK_QUEUE_ITEM | Item |
| PDEVICE_OBJECT | DeviceObject |
| PIO_WORKITEM_ROUTINE | WorkerRoutine |
| PVOID | Context |
| PVOID _IO_WORKITEM::Context |
Definition at line 315 of file io.h.
Referenced by MxWorkItem::_WorkerThunk().
| PDEVICE_OBJECT _IO_WORKITEM::DeviceObject |
Definition at line 313 of file io.h.
Referenced by MxWorkItem::_WorkerThunk().
| WORK_QUEUE_ITEM _IO_WORKITEM::Item |
| PIO_WORKITEM_ROUTINE _IO_WORKITEM::WorkerRoutine |