summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_mount.h')
-rw-r--r--include/ntapi/nt_mount.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ntapi/nt_mount.h b/include/ntapi/nt_mount.h
index 8a7258a..982a24d 100644
--- a/include/ntapi/nt_mount.h
+++ b/include/ntapi/nt_mount.h
@@ -97,24 +97,24 @@ typedef struct _nt_dos_devices_name {
typedef int32_t __stdcall ntapi_tt_get_dos_drive_device_handle(
__out void ** hdevice,
- __in wchar16_t * drive_letter);
+ __in wchar16_t drive_letter);
typedef int32_t __stdcall ntapi_tt_get_dos_drive_root_handle(
__out void ** hroot,
- __in wchar16_t * drive_letter);
+ __in wchar16_t drive_letter);
typedef int32_t __stdcall ntapi_tt_get_dos_drive_device_name(
__in void * hdevice __optional,
- __in wchar16_t * drive_letter __optional,
+ __in wchar16_t drive_letter __optional,
__out nt_mount_dev_name * buffer,
__in uint32_t buffer_size);
typedef int32_t __stdcall ntapi_tt_get_dos_drive_mount_points(
__in void * hdevice __optional,
- __in wchar16_t * drive_letter __optional,
+ __in wchar16_t drive_letter __optional,
__in nt_mount_dev_name * dev_name __optional,
__out void * buffer,
__in uint32_t buffer_size);