ReactOS 0.4.16-dev-112-g52265ae
|
#include <mup.h>
Public Attributes | |
ULONG | NodeType |
ULONG | NodeStatus |
LONG | NodeReferences |
ULONG | NodeSize |
PIRP | Irp |
NTSTATUS | LastSuccess |
NTSTATUS | LastFailed |
PMUP_FCB | Fcb |
PMUP_FCB _MUP_MIC::Fcb |
Definition at line 68 of file mup.h.
Referenced by MupDereferenceMasterIoContext(), and MupForwardIoRequest().
PIRP _MUP_MIC::Irp |
Definition at line 65 of file mup.h.
Referenced by MupDereferenceMasterIoContext(), and MupForwardIoRequest().
NTSTATUS _MUP_MIC::LastFailed |
Definition at line 67 of file mup.h.
Referenced by MupDereferenceMasterIoContext(), and MupForwardIoRequest().
NTSTATUS _MUP_MIC::LastSuccess |
Definition at line 66 of file mup.h.
Referenced by MupDereferenceMasterIoContext(), and MupForwardIoRequest().
LONG _MUP_MIC::NodeReferences |
Definition at line 63 of file mup.h.
Referenced by BuildAndSubmitIrp(), MupAllocateMasterIoContext(), and MupDereferenceMasterIoContext().
ULONG _MUP_MIC::NodeSize |
Definition at line 64 of file mup.h.
Referenced by MupAllocateMasterIoContext().
ULONG _MUP_MIC::NodeStatus |
Definition at line 62 of file mup.h.
Referenced by MupAllocateMasterIoContext().
ULONG _MUP_MIC::NodeType |
Definition at line 61 of file mup.h.
Referenced by MupAllocateMasterIoContext().