1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-26 14:02:08 -06:00
This commit is contained in:
Bill Zissimopoulos
2015-11-16 22:29:15 -08:00
parent 552def98aa
commit d7c43c2f30
3 changed files with 93 additions and 32 deletions

View File

@@ -43,10 +43,12 @@ DRIVER_DISPATCH FspWrite;
FAST_IO_CHECK_IF_POSSIBLE FspFastIoCheckIfPossible;
/* filter callbacks */
NTSTATUS
FspAcquireForSectionSynchronization(
_In_ PFS_FILTER_CALLBACK_DATA Data,
_Out_ PVOID *CompletionContext);
FAST_IO_ACQUIRE_FILE FspAcquireFileForNtCreateSection;
FAST_IO_RELEASE_FILE FspReleaseFileForNtCreateSection;
FAST_IO_ACQUIRE_FOR_MOD_WRITE FspAcquireForModWrite;
FAST_IO_RELEASE_FOR_MOD_WRITE FspReleaseForModWrite;
FAST_IO_ACQUIRE_FOR_CCFLUSH FspAcquireForCcFlush;
FAST_IO_RELEASE_FOR_CCFLUSH FspReleaseForCcFlush;
/* extern */
PDEVICE_OBJECT FspDeviceObject;