summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_statfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_statfs.h')
-rw-r--r--include/ntapi/nt_statfs.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/ntapi/nt_statfs.h b/include/ntapi/nt_statfs.h
index 659bffe..8ea48ee 100644
--- a/include/ntapi/nt_statfs.h
+++ b/include/ntapi/nt_statfs.h
@@ -11,7 +11,6 @@
#define NT_STATFS_VOLUME_GUID (0x00000004)
#define NT_STATFS_DOS_DRIVE_LETTER NT_STATFS_VOLUME_GUID
#define NT_STATFS_MUP_DEVICE (0x20000000)
-#define NT_STATFS_NEW_HANDLE (0x80000000)
#define NT_FS_TYPE_FAT16_NAME_HASH (0x00000000)
@@ -56,13 +55,11 @@ typedef struct _nt_statfs {
typedef int32_t __stdcall ntapi_tt_statfs(
- __in void * hfile __optional,
- __in void * hroot __optional,
- __in nt_unicode_string * path __optional,
- __out nt_statfs * statfs,
+ __in void * hfile,
+ __out nt_statfs * info,
+ __in uint32_t infolen,
__out uintptr_t * buffer,
__in uint32_t buffer_size,
__in uint32_t flags);
-
#endif