mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:12:59 +00:00
[DDK]
Fix the FS filter callback definitions svn path=/trunk/; revision=67563
This commit is contained in:
parent
82000b2bed
commit
b9c0d08099
1 changed files with 2 additions and 2 deletions
|
@ -4890,12 +4890,12 @@ typedef struct _FS_FILTER_CALLBACK_DATA {
|
||||||
} FS_FILTER_CALLBACK_DATA, *PFS_FILTER_CALLBACK_DATA;
|
} FS_FILTER_CALLBACK_DATA, *PFS_FILTER_CALLBACK_DATA;
|
||||||
|
|
||||||
typedef NTSTATUS
|
typedef NTSTATUS
|
||||||
(NTAPI *PFS_FILTER_CALLBACK) (
|
(*PFS_FILTER_CALLBACK) (
|
||||||
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
||||||
_Out_ PVOID *CompletionContext);
|
_Out_ PVOID *CompletionContext);
|
||||||
|
|
||||||
typedef VOID
|
typedef VOID
|
||||||
(NTAPI *PFS_FILTER_COMPLETION_CALLBACK) (
|
(*PFS_FILTER_COMPLETION_CALLBACK) (
|
||||||
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
_In_ PFS_FILTER_CALLBACK_DATA Data,
|
||||||
_In_ NTSTATUS OperationStatus,
|
_In_ NTSTATUS OperationStatus,
|
||||||
_In_ PVOID CompletionContext);
|
_In_ PVOID CompletionContext);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue