ReactOS 0.4.15-dev-7942-gd23573b
_FS_FILTER_CALLBACKS Struct Reference

#include <iotypes.h>

Collaboration diagram for _FS_FILTER_CALLBACKS:

Public Attributes

ULONG SizeOfFsFilterCallbacks
 
ULONG Reserved
 
PFS_FILTER_CALLBACK PreAcquireForSectionSynchronization
 
PFS_FILTER_COMPLETION_CALLBACK PostAcquireForSectionSynchronization
 
PFS_FILTER_CALLBACK PreReleaseForSectionSynchronization
 
PFS_FILTER_COMPLETION_CALLBACK PostReleaseForSectionSynchronization
 
PFS_FILTER_CALLBACK PreAcquireForCcFlush
 
PFS_FILTER_COMPLETION_CALLBACK PostAcquireForCcFlush
 
PFS_FILTER_CALLBACK PreReleaseForCcFlush
 
PFS_FILTER_COMPLETION_CALLBACK PostReleaseForCcFlush
 
PFS_FILTER_CALLBACK PreAcquireForModifiedPageWriter
 
PFS_FILTER_COMPLETION_CALLBACK PostAcquireForModifiedPageWriter
 
PFS_FILTER_CALLBACK PreReleaseForModifiedPageWriter
 
PFS_FILTER_COMPLETION_CALLBACK PostReleaseForModifiedPageWriter
 

Detailed Description

Definition at line 7425 of file iotypes.h.

Member Data Documentation

◆ PostAcquireForCcFlush

PFS_FILTER_COMPLETION_CALLBACK _FS_FILTER_CALLBACKS::PostAcquireForCcFlush

Definition at line 7433 of file iotypes.h.

◆ PostAcquireForModifiedPageWriter

PFS_FILTER_COMPLETION_CALLBACK _FS_FILTER_CALLBACKS::PostAcquireForModifiedPageWriter

Definition at line 7437 of file iotypes.h.

◆ PostAcquireForSectionSynchronization

PFS_FILTER_COMPLETION_CALLBACK _FS_FILTER_CALLBACKS::PostAcquireForSectionSynchronization

Definition at line 7429 of file iotypes.h.

Referenced by FsRtlAcquireFileExclusiveCommon().

◆ PostReleaseForCcFlush

PFS_FILTER_COMPLETION_CALLBACK _FS_FILTER_CALLBACKS::PostReleaseForCcFlush

Definition at line 7435 of file iotypes.h.

◆ PostReleaseForModifiedPageWriter

PFS_FILTER_COMPLETION_CALLBACK _FS_FILTER_CALLBACKS::PostReleaseForModifiedPageWriter

Definition at line 7439 of file iotypes.h.

◆ PostReleaseForSectionSynchronization

PFS_FILTER_COMPLETION_CALLBACK _FS_FILTER_CALLBACKS::PostReleaseForSectionSynchronization

Definition at line 7431 of file iotypes.h.

◆ PreAcquireForCcFlush

PFS_FILTER_CALLBACK _FS_FILTER_CALLBACKS::PreAcquireForCcFlush

Definition at line 7432 of file iotypes.h.

◆ PreAcquireForModifiedPageWriter

PFS_FILTER_CALLBACK _FS_FILTER_CALLBACKS::PreAcquireForModifiedPageWriter

Definition at line 7436 of file iotypes.h.

◆ PreAcquireForSectionSynchronization

PFS_FILTER_CALLBACK _FS_FILTER_CALLBACKS::PreAcquireForSectionSynchronization

Definition at line 7428 of file iotypes.h.

Referenced by DriverEntry(), and FsRtlAcquireFileExclusiveCommon().

◆ PreReleaseForCcFlush

PFS_FILTER_CALLBACK _FS_FILTER_CALLBACKS::PreReleaseForCcFlush

Definition at line 7434 of file iotypes.h.

◆ PreReleaseForModifiedPageWriter

PFS_FILTER_CALLBACK _FS_FILTER_CALLBACKS::PreReleaseForModifiedPageWriter

Definition at line 7438 of file iotypes.h.

◆ PreReleaseForSectionSynchronization

PFS_FILTER_CALLBACK _FS_FILTER_CALLBACKS::PreReleaseForSectionSynchronization

Definition at line 7430 of file iotypes.h.

◆ Reserved

ULONG _FS_FILTER_CALLBACKS::Reserved

Definition at line 7427 of file iotypes.h.

◆ SizeOfFsFilterCallbacks

ULONG _FS_FILTER_CALLBACKS::SizeOfFsFilterCallbacks

Definition at line 7426 of file iotypes.h.

Referenced by DriverEntry().


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