summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_file.h')
-rw-r--r--include/ntapi/nt_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_file.h b/include/ntapi/nt_file.h
index 9ba682d..e475bcc 100644
--- a/include/ntapi/nt_file.h
+++ b/include/ntapi/nt_file.h
@@ -1197,7 +1197,9 @@ typedef int32_t __stdcall ntapi_tt_open_logical_parent_directory(
__in void * hdir,
__out uintptr_t * buffer,
__in uint32_t buffer_size,
+ __in uint32_t oattr,
__in uint32_t desired_access,
+ __in uint32_t share_access,
__in uint32_t open_options);
typedef int32_t __stdcall ntapi_tt_open_physical_parent_directory(