Function RtlGetFullPathName_U [src]
Returns the number of bytes written to Buffer.
If the returned count is larger than BufferByteLength, the buffer was too small.
If the returned count is zero, an error occurred.
Prototype
pub extern "ntdll" fn RtlGetFullPathName_U( FileName: [*:0]const u16, BufferByteLength: ULONG, Buffer: [*]u16, ShortName: ?*[*:0]const u16, ) callconv(.winapi) windows.ULONG
Parameters
FileName: [*:0]const u16
BufferByteLength: ULONG
Buffer: [*]u16
ShortName: ?*[*:0]const u16
Source
pub extern "ntdll" fn RtlGetFullPathName_U(
FileName: [*:0]const u16,
BufferByteLength: ULONG,
Buffer: [*]u16,
ShortName: ?*[*:0]const u16,
) callconv(.winapi) windows.ULONG