ReactOS 0.4.15-dev-7924-g5949c20
_FLT_IO_PARAMETER_BLOCK Struct Reference

#include <fltkernel.h>

Collaboration diagram for _FLT_IO_PARAMETER_BLOCK:

Public Attributes

ULONG IrpFlags
 
UCHAR MajorFunction
 
UCHAR MinorFunction
 
UCHAR OperationFlags
 
UCHAR Reserved
 
PFILE_OBJECT TargetFileObject
 
PFLT_INSTANCE TargetInstance
 
FLT_PARAMETERS Parameters
 

Detailed Description

Definition at line 403 of file fltkernel.h.

Member Data Documentation

◆ IrpFlags

ULONG _FLT_IO_PARAMETER_BLOCK::IrpFlags

Definition at line 404 of file fltkernel.h.

◆ MajorFunction

UCHAR _FLT_IO_PARAMETER_BLOCK::MajorFunction

Definition at line 405 of file fltkernel.h.

Referenced by TestFilterPostOperation(), and TestFilterPreOperation().

◆ MinorFunction

UCHAR _FLT_IO_PARAMETER_BLOCK::MinorFunction

Definition at line 406 of file fltkernel.h.

◆ OperationFlags

UCHAR _FLT_IO_PARAMETER_BLOCK::OperationFlags

Definition at line 407 of file fltkernel.h.

◆ Parameters

FLT_PARAMETERS _FLT_IO_PARAMETER_BLOCK::Parameters

Definition at line 411 of file fltkernel.h.

◆ Reserved

UCHAR _FLT_IO_PARAMETER_BLOCK::Reserved

Definition at line 408 of file fltkernel.h.

◆ TargetFileObject

PFILE_OBJECT _FLT_IO_PARAMETER_BLOCK::TargetFileObject

Definition at line 409 of file fltkernel.h.

◆ TargetInstance

PFLT_INSTANCE _FLT_IO_PARAMETER_BLOCK::TargetInstance

Definition at line 410 of file fltkernel.h.


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