Skip to content

Commit cb84f12

Browse files
author
Jon the Legendary
committed
Added image
1 parent 91595b4 commit cb84f12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ANTfs Driver/dispatchroutines.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#pragma once
2-
32
#include <ntifs.h>
43
#include "typesndefs.h"
54

6-
_Success_(return >= 0)
75
/// <summary>
86
/// This locates the lower device of NTFS and directly
97
/// overwrites the contents of a file with zeroes, as
@@ -13,6 +11,7 @@ _Success_(return >= 0)
1311
/// <param name="WipeInputBuffer"></param>
1412
/// <returns>Returns STATUS_SUCCESS or the
1513
/// appropriate status code.</returns>
14+
_Success_(return >= 0)
1615
NTSTATUS
1716
OverwriteFileRecord(
1817
_In_ PWIPE_INPUT_BUFFER WipeInputBuffer

Images/helpmenu.png

214 KB
Loading

0 commit comments

Comments
 (0)