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

Public Attributes | |
| PMUP_CCB | Ccb |
| PMUP_MIC | MasterIoContext |
| WORK_QUEUE_ITEM | WorkQueueItem |
| PDEVICE_OBJECT | DeviceObject |
| PIRP | Irp |
| PMUP_CCB _FORWARDED_IO_CONTEXT::Ccb |
Definition at line 123 of file mup.h.
Referenced by BuildAndSubmitIrp(), and CommonForwardedIoCompletionRoutine().
| PDEVICE_OBJECT _FORWARDED_IO_CONTEXT::DeviceObject |
Definition at line 126 of file mup.h.
Referenced by BuildAndSubmitIrp(), and DeferredForwardedIoCompletionRoutine().
| PIRP _FORWARDED_IO_CONTEXT::Irp |
Definition at line 127 of file mup.h.
Referenced by BuildAndSubmitIrp(), and DeferredForwardedIoCompletionRoutine().
| PMUP_MIC _FORWARDED_IO_CONTEXT::MasterIoContext |
Definition at line 124 of file mup.h.
Referenced by BuildAndSubmitIrp(), and CommonForwardedIoCompletionRoutine().
| WORK_QUEUE_ITEM _FORWARDED_IO_CONTEXT::WorkQueueItem |
Definition at line 125 of file mup.h.
Referenced by ForwardedIoCompletionRoutine().