diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_istat.h | 8 | ||||
-rw-r--r-- | include/ntapi/ntapi.h | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/ntapi/nt_istat.h b/include/ntapi/nt_istat.h index ade7404..f1a9b24 100644 --- a/include/ntapi/nt_istat.h +++ b/include/ntapi/nt_istat.h @@ -34,12 +34,4 @@ typedef int32_t __stdcall ntapi_tt_istat( __in uint32_t buffer_size, __in uint32_t flags); - -typedef int32_t __stdcall ntapi_tt_validate_fs_handle( - __in void * hfile, - __in uint32_t dev_name_hash, - __in nt_fii fii, - __out uintptr_t * buffer, - __in uint32_t buffer_size); - #endif diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index ea4f4b9..5b19340 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -562,7 +562,6 @@ typedef struct _ntapi_vtbl { /* nt_istat.h */ ntapi_tt_istat * tt_istat; - ntapi_tt_validate_fs_handle * tt_validate_fs_handle; /* nt_stat.h */ ntapi_tt_stat * tt_stat; |