ReactOS 0.4.15-dev-7842-g558ab78
NTFS_IRP_CONTEXT Struct Reference

#include <ntfs.h>

Collaboration diagram for NTFS_IRP_CONTEXT:

Public Attributes

NTFSIDENTIFIER Identifier
 
ULONG Flags
 
PIO_STACK_LOCATION Stack
 
UCHAR MajorFunction
 
UCHAR MinorFunction
 
WORK_QUEUE_ITEM WorkQueueItem
 
PIRP Irp
 
BOOLEAN IsTopLevel
 
PDEVICE_OBJECT DeviceObject
 
PFILE_OBJECT FileObject
 
NTSTATUS SavedExceptionCode
 
CCHAR PriorityBoost
 

Detailed Description

Definition at line 478 of file ntfs.h.

Member Data Documentation

◆ DeviceObject

◆ FileObject

PFILE_OBJECT NTFS_IRP_CONTEXT::FileObject

◆ Flags

◆ Identifier

NTFSIDENTIFIER NTFS_IRP_CONTEXT::Identifier

Definition at line 480 of file ntfs.h.

Referenced by NtfsAllocateIrpContext().

◆ Irp

◆ IsTopLevel

BOOLEAN NTFS_IRP_CONTEXT::IsTopLevel

Definition at line 487 of file ntfs.h.

Referenced by NtfsAllocateIrpContext().

◆ MajorFunction

UCHAR NTFS_IRP_CONTEXT::MajorFunction

Definition at line 483 of file ntfs.h.

Referenced by NtfsAllocateIrpContext(), and NtfsDispatch().

◆ MinorFunction

UCHAR NTFS_IRP_CONTEXT::MinorFunction

Definition at line 484 of file ntfs.h.

Referenced by NtfsAllocateIrpContext(), NtfsDirectoryControl(), and NtfsFileSystemControl().

◆ PriorityBoost

CCHAR NTFS_IRP_CONTEXT::PriorityBoost

Definition at line 491 of file ntfs.h.

Referenced by NtfsAllocateIrpContext(), NtfsDispatch(), and NtfsWrite().

◆ SavedExceptionCode

NTSTATUS NTFS_IRP_CONTEXT::SavedExceptionCode

Definition at line 490 of file ntfs.h.

◆ Stack

◆ WorkQueueItem

WORK_QUEUE_ITEM NTFS_IRP_CONTEXT::WorkQueueItem

Definition at line 485 of file ntfs.h.

Referenced by NtfsQueueRequest().


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