ReactOS 0.4.15-dev-7961-gdcf9eb0
_FLT_INSTANCE Struct Reference

#include <fltmgrint.h>

Collaboration diagram for _FLT_INSTANCE:

Public Attributes

FLT_OBJECT Base
 
ULONG OperationRundownRef
 
PVOID Volume
 
PFLT_FILTER Filter
 
FLT_INSTANCE_FLAGS Flags
 
UNICODE_STRING Altitude
 
UNICODE_STRING Name
 
LIST_ENTRY FilterLink
 
ERESOURCE ContextLock
 
PVOID Context
 
PVOID TrackCompletionNodes
 
PVOID CallbackNodes [50]
 

Detailed Description

Definition at line 137 of file fltmgrint.h.

Member Data Documentation

◆ Altitude

UNICODE_STRING _FLT_INSTANCE::Altitude

Definition at line 144 of file fltmgrint.h.

◆ Base

FLT_OBJECT _FLT_INSTANCE::Base

Definition at line 139 of file fltmgrint.h.

◆ CallbackNodes

PVOID _FLT_INSTANCE::CallbackNodes[50]

Definition at line 150 of file fltmgrint.h.

◆ Context

PVOID _FLT_INSTANCE::Context

Definition at line 148 of file fltmgrint.h.

◆ ContextLock

ERESOURCE _FLT_INSTANCE::ContextLock

Definition at line 147 of file fltmgrint.h.

◆ Filter

PFLT_FILTER _FLT_INSTANCE::Filter

Definition at line 142 of file fltmgrint.h.

◆ FilterLink

LIST_ENTRY _FLT_INSTANCE::FilterLink

Definition at line 146 of file fltmgrint.h.

◆ Flags

FLT_INSTANCE_FLAGS _FLT_INSTANCE::Flags

Definition at line 143 of file fltmgrint.h.

◆ Name

UNICODE_STRING _FLT_INSTANCE::Name

Definition at line 145 of file fltmgrint.h.

Referenced by kbd_c().

◆ OperationRundownRef

ULONG _FLT_INSTANCE::OperationRundownRef

Definition at line 140 of file fltmgrint.h.

◆ TrackCompletionNodes

PVOID _FLT_INSTANCE::TrackCompletionNodes

Definition at line 149 of file fltmgrint.h.

◆ Volume

PVOID _FLT_INSTANCE::Volume

Definition at line 141 of file fltmgrint.h.

Referenced by FatOpen(), FatSeek(), NtfsOpen(), and NtfsRead().


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