mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[DDK]
Fix the FS filter callback definitions svn path=/trunk/; revision=67563
This commit is contained in:
@@ -4890,12 +4890,12 @@ typedef struct _FS_FILTER_CALLBACK_DATA {
|
||||
} FS_FILTER_CALLBACK_DATA, *PFS_FILTER_CALLBACK_DATA;
|
||||
|
||||
typedef NTSTATUS
|
||||
(NTAPI *PFS_FILTER_CALLBACK) (
|
||||
(*PFS_FILTER_CALLBACK) (
|
||||
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
||||
_Out_ PVOID *CompletionContext);
|
||||
|
||||
typedef VOID
|
||||
(NTAPI *PFS_FILTER_COMPLETION_CALLBACK) (
|
||||
(*PFS_FILTER_COMPLETION_CALLBACK) (
|
||||
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
||||
_In_ NTSTATUS OperationStatus,
|
||||
_In_ PVOID CompletionContext);
|
||||
|
||||
Reference in New Issue
Block a user