diff options
author | midipix <writeonce@midipix.org> | 2016-12-25 02:24:46 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-25 02:24:46 -0500 |
commit | c64b966ff83861a70914e88cd047ae414b5ce41d (patch) | |
tree | d30c1f09337c468880a761c3059d46352588f073 /include | |
parent | d8b4079264a3139f35d784b873d3490b40ffbeff (diff) | |
download | ntapi-c64b966ff83861a70914e88cd047ae414b5ce41d.tar.bz2 ntapi-c64b966ff83861a70914e88cd047ae414b5ce41d.tar.xz |
file-system interfaces: removed the inadequate ntapi_tt_validate_fs_handle.
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; |