mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: WIP
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user