diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_file.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ntapi/nt_file.h b/include/ntapi/nt_file.h index 3de780e..9ba682d 100644 --- a/include/ntapi/nt_file.h +++ b/include/ntapi/nt_file.h @@ -1198,8 +1198,7 @@ typedef int32_t __stdcall ntapi_tt_open_logical_parent_directory( __out uintptr_t * buffer, __in uint32_t buffer_size, __in uint32_t desired_access, - __in uint32_t open_options, - __out int32_t * type); + __in uint32_t open_options); typedef int32_t __stdcall ntapi_tt_open_physical_parent_directory( __out void ** hparent, |