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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ntapi/nt_file.h b/include/ntapi/nt_file.h
index 177612b..885a7d8 100644
--- a/include/ntapi/nt_file.h
+++ b/include/ntapi/nt_file.h
@@ -1214,4 +1214,13 @@ typedef int32_t __stdcall ntapi_tt_open_physical_parent_directory(
__in uint32_t open_options,
__out int * reserved);
+typedef int32_t __stdcall ntapi_tt_open_volume_by_guid(
+ __out void ** hfile,
+ __in const nt_guid * guid,
+ __in uint32_t desired_access,
+ __in nt_object_attributes * obj_attr,
+ __out nt_io_status_block * io_status_block,
+ __in uint32_t share_access,
+ __in uint32_t open_options);
+
#endif