summaryrefslogtreecommitdiffhomepage
path: root/src/fs/ntapi_tt_open_logical_parent_directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/ntapi_tt_open_logical_parent_directory.c')
-rw-r--r--src/fs/ntapi_tt_open_logical_parent_directory.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/ntapi_tt_open_logical_parent_directory.c b/src/fs/ntapi_tt_open_logical_parent_directory.c
index 8d6937e..f2bf705 100644
--- a/src/fs/ntapi_tt_open_logical_parent_directory.c
+++ b/src/fs/ntapi_tt_open_logical_parent_directory.c
@@ -16,7 +16,8 @@ int32_t __stdcall __ntapi_tt_open_logical_parent_directory(
__in uint32_t oattr,
__in uint32_t desired_access,
__in uint32_t share_access,
- __in uint32_t open_options)
+ __in uint32_t open_options,
+ __out int * reserved)
{
(void)hparent;
(void)hdir;
@@ -26,6 +27,7 @@ int32_t __stdcall __ntapi_tt_open_logical_parent_directory(
(void)desired_access;
(void)share_access,
(void)open_options;
+ (void)reserved;
return NT_STATUS_NOT_IMPLEMENTED;
}