ReactOS 0.4.15-dev-7788-g1ad9096
_UDFIrpContext Struct Reference

#include <struct.h>

Collaboration diagram for _UDFIrpContext:

Public Attributes

UDFIdentifier NodeIdentifier
 
uint32 IrpContextFlags
 
uint8 MajorFunction
 
uint8 MinorFunction
 
WORK_QUEUE_ITEM WorkQueueItem
 
PIRP Irp
 
PDEVICE_OBJECT TargetDeviceObject
 
NTSTATUS SavedExceptionCode
 
_UDFFileControlBlockFcb
 
ULONG TreeLength
 
PMDL PtrMdl
 
PCHAR TransitionBuffer
 

Detailed Description

Definition at line 362 of file struct.h.

Member Data Documentation

◆ Fcb

_UDFFileControlBlock* _UDFIrpContext::Fcb

Definition at line 378 of file struct.h.

Referenced by UDFCommonClose(), and UDFDoDelayedClose().

◆ Irp

PIRP _UDFIrpContext::Irp

◆ IrpContextFlags

◆ MajorFunction

◆ MinorFunction

uint8 _UDFIrpContext::MinorFunction

◆ NodeIdentifier

UDFIdentifier _UDFIrpContext::NodeIdentifier

Definition at line 363 of file struct.h.

Referenced by UDFAllocateIrpContext(), and UDFCommonDispatch().

◆ PtrMdl

PMDL _UDFIrpContext::PtrMdl

Definition at line 380 of file struct.h.

Referenced by UDFGetCallersBuffer(), UDFLockCallersBuffer(), and UDFUnlockCallersBuffer().

◆ SavedExceptionCode

NTSTATUS _UDFIrpContext::SavedExceptionCode

Definition at line 376 of file struct.h.

Referenced by UDFExceptionFilter(), and UDFExceptionHandler().

◆ TargetDeviceObject

◆ TransitionBuffer

PCHAR _UDFIrpContext::TransitionBuffer

Definition at line 381 of file struct.h.

Referenced by UDFGetCallersBuffer(), and UDFUnlockCallersBuffer().

◆ TreeLength

ULONG _UDFIrpContext::TreeLength

Definition at line 379 of file struct.h.

Referenced by UDFCommonClose().

◆ WorkQueueItem

WORK_QUEUE_ITEM _UDFIrpContext::WorkQueueItem

Definition at line 370 of file struct.h.


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