mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: WIP
This commit is contained in:
@ -42,6 +42,12 @@ DRIVER_DISPATCH FspWrite;
|
||||
/* fast I/O */
|
||||
FAST_IO_CHECK_IF_POSSIBLE FspFastIoCheckIfPossible;
|
||||
|
||||
/* filter callbacks */
|
||||
NTSTATUS
|
||||
FspAcquireForSectionSynchronization(
|
||||
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
||||
_Out_ PVOID *CompletionContext);
|
||||
|
||||
/* extern */
|
||||
PDEVICE_OBJECT FspDeviceObject;
|
||||
|
||||
|
Reference in New Issue
Block a user