ReactOS 0.4.15-dev-7846-g8ba6c66
_STREAM_LIST_CTRL Struct Reference

#include <fltmgrint.h>

Collaboration diagram for _STREAM_LIST_CTRL:

Public Attributes

FLT_TYPE Type
 
FSRTL_PER_STREAM_CONTEXT ContextCtrl
 
LIST_ENTRY VolumeLink
 
ULONG Flags
 
int UseCount
 
ERESOURCE ContextLock
 
CONTEXT_LIST_CTRL StreamContexts
 
CONTEXT_LIST_CTRL StreamHandleContexts
 
ERESOURCE NameCacheLock
 
LARGE_INTEGER LastRenameCompleted
 
ULONG NormalizedNameCache
 
ULONG ShortNameCache
 
ULONG OpenedNameCache
 
int AllNameContextsTemporary
 

Detailed Description

Definition at line 168 of file fltmgrint.h.

Member Data Documentation

◆ AllNameContextsTemporary

int _STREAM_LIST_CTRL::AllNameContextsTemporary

Definition at line 183 of file fltmgrint.h.

◆ ContextCtrl

FSRTL_PER_STREAM_CONTEXT _STREAM_LIST_CTRL::ContextCtrl

Definition at line 171 of file fltmgrint.h.

◆ ContextLock

ERESOURCE _STREAM_LIST_CTRL::ContextLock

Definition at line 175 of file fltmgrint.h.

◆ Flags

ULONG _STREAM_LIST_CTRL::Flags

Definition at line 173 of file fltmgrint.h.

◆ LastRenameCompleted

LARGE_INTEGER _STREAM_LIST_CTRL::LastRenameCompleted

Definition at line 179 of file fltmgrint.h.

◆ NameCacheLock

ERESOURCE _STREAM_LIST_CTRL::NameCacheLock

Definition at line 178 of file fltmgrint.h.

◆ NormalizedNameCache

ULONG _STREAM_LIST_CTRL::NormalizedNameCache

Definition at line 180 of file fltmgrint.h.

◆ OpenedNameCache

ULONG _STREAM_LIST_CTRL::OpenedNameCache

Definition at line 182 of file fltmgrint.h.

◆ ShortNameCache

ULONG _STREAM_LIST_CTRL::ShortNameCache

Definition at line 181 of file fltmgrint.h.

◆ StreamContexts

CONTEXT_LIST_CTRL _STREAM_LIST_CTRL::StreamContexts

Definition at line 176 of file fltmgrint.h.

◆ StreamHandleContexts

CONTEXT_LIST_CTRL _STREAM_LIST_CTRL::StreamHandleContexts

Definition at line 177 of file fltmgrint.h.

◆ Type

FLT_TYPE _STREAM_LIST_CTRL::Type

Definition at line 170 of file fltmgrint.h.

◆ UseCount

int _STREAM_LIST_CTRL::UseCount

Definition at line 174 of file fltmgrint.h.

◆ VolumeLink

LIST_ENTRY _STREAM_LIST_CTRL::VolumeLink

Definition at line 172 of file fltmgrint.h.


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