Function RtlDosPathNameToNtPathName_U [src]
Prototype
pub extern "ntdll" fn RtlDosPathNameToNtPathName_U( DosPathName: [*:0]const u16, NtPathName: *UNICODE_STRING, NtFileNamePart: ?*?[*:0]const u16, DirectoryInfo: ?*CURDIR, ) callconv(.winapi) BOOL
Parameters
DosPathName: [*:0]const u16NtPathName: *UNICODE_STRINGNtFileNamePart: ?*?[*:0]const u16DirectoryInfo: ?*CURDIR
Source
pub extern "ntdll" fn RtlDosPathNameToNtPathName_U(
DosPathName: [*:0]const u16,
NtPathName: *UNICODE_STRING,
NtFileNamePart: ?*?[*:0]const u16,
DirectoryInfo: ?*CURDIR,
) callconv(.winapi) BOOL