ReactOS 0.4.15-dev-7942-gd23573b
_FORWARDED_IO_CONTEXT Struct Reference

#include <mup.h>

Collaboration diagram for _FORWARDED_IO_CONTEXT:

Public Attributes

PMUP_CCB Ccb
 
PMUP_MIC MasterIoContext
 
WORK_QUEUE_ITEM WorkQueueItem
 
PDEVICE_OBJECT DeviceObject
 
PIRP Irp
 

Detailed Description

Definition at line 121 of file mup.h.

Member Data Documentation

◆ Ccb

PMUP_CCB _FORWARDED_IO_CONTEXT::Ccb

Definition at line 123 of file mup.h.

Referenced by BuildAndSubmitIrp(), and CommonForwardedIoCompletionRoutine().

◆ DeviceObject

PDEVICE_OBJECT _FORWARDED_IO_CONTEXT::DeviceObject

Definition at line 126 of file mup.h.

Referenced by BuildAndSubmitIrp(), and DeferredForwardedIoCompletionRoutine().

◆ Irp

PIRP _FORWARDED_IO_CONTEXT::Irp

Definition at line 127 of file mup.h.

Referenced by BuildAndSubmitIrp(), and DeferredForwardedIoCompletionRoutine().

◆ MasterIoContext

PMUP_MIC _FORWARDED_IO_CONTEXT::MasterIoContext

Definition at line 124 of file mup.h.

Referenced by BuildAndSubmitIrp(), and CommonForwardedIoCompletionRoutine().

◆ WorkQueueItem

WORK_QUEUE_ITEM _FORWARDED_IO_CONTEXT::WorkQueueItem

Definition at line 125 of file mup.h.

Referenced by ForwardedIoCompletionRoutine().


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