We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91595b4 commit cb84f12Copy full SHA for cb84f12
ANTfs Driver/dispatchroutines.h
@@ -1,9 +1,7 @@
1
#pragma once
2
-
3
#include <ntifs.h>
4
#include "typesndefs.h"
5
6
-_Success_(return >= 0)
7
/// <summary>
8
/// This locates the lower device of NTFS and directly
9
/// overwrites the contents of a file with zeroes, as
@@ -13,6 +11,7 @@ _Success_(return >= 0)
13
11
/// <param name="WipeInputBuffer"></param>
14
12
/// <returns>Returns STATUS_SUCCESS or the
15
/// appropriate status code.</returns>
+_Success_(return >= 0)
16
NTSTATUS
17
OverwriteFileRecord(
18
_In_ PWIPE_INPUT_BUFFER WipeInputBuffer
Images/helpmenu.png
214 KB
0 commit comments