ReactOS 0.4.15-dev-7788-g1ad9096
VFAT_IRP_CONTEXT Struct Reference

#include <vfat.h>

Collaboration diagram for VFAT_IRP_CONTEXT:

Public Attributes

PIRP Irp
 
PDEVICE_OBJECT DeviceObject
 
PDEVICE_EXTENSION DeviceExt
 
ULONG Flags
 
WORK_QUEUE_ITEM WorkQueueItem
 
PIO_STACK_LOCATION Stack
 
UCHAR MajorFunction
 
UCHAR MinorFunction
 
PFILE_OBJECT FileObject
 
ULONG RefCount
 
KEVENT Event
 
CCHAR PriorityBoost
 

Detailed Description

Definition at line 581 of file vfat.h.

Member Data Documentation

◆ DeviceExt

◆ DeviceObject

◆ Event

KEVENT VFAT_IRP_CONTEXT::Event

◆ FileObject

◆ Flags

◆ Irp

◆ MajorFunction

UCHAR VFAT_IRP_CONTEXT::MajorFunction

Definition at line 589 of file vfat.h.

Referenced by VfatAllocateIrpContext(), and VfatDoRequest().

◆ MinorFunction

UCHAR VFAT_IRP_CONTEXT::MinorFunction

Definition at line 590 of file vfat.h.

Referenced by VfatAllocateIrpContext(), VfatDirectoryControl(), and VfatFileSystemControl().

◆ PriorityBoost

CCHAR VFAT_IRP_CONTEXT::PriorityBoost

Definition at line 594 of file vfat.h.

Referenced by VfatAllocateIrpContext(), VfatCreate(), VfatRead(), and VfatWrite().

◆ RefCount

ULONG VFAT_IRP_CONTEXT::RefCount

◆ Stack

◆ WorkQueueItem

WORK_QUEUE_ITEM VFAT_IRP_CONTEXT::WorkQueueItem

Definition at line 587 of file vfat.h.

Referenced by VfatQueueRequest().


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