From da11b97ab205bfa0d92d266600051d56f43e0336 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jan 2017 01:14:07 -0500 Subject: ntapi_tt_open_physical_parent_directory(): removed 'type' param (not needed). --- include/ntapi/nt_file.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/ntapi/nt_file.h b/include/ntapi/nt_file.h index 8860833..c15772e 100644 --- a/include/ntapi/nt_file.h +++ b/include/ntapi/nt_file.h @@ -1207,7 +1207,6 @@ typedef int32_t __stdcall ntapi_tt_open_physical_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); #endif -- cgit v1.2.3