DoxigAlpha

GetFullPathNameW

Function parameters

Parameters

#
lpFilePart:?*?LPWSTR

Functions in this namespace

Functions

#

Source

Implementation

#
pub extern "kernel32" fn GetFullPathNameW(
    lpFileName: LPCWSTR,
    nBufferLength: DWORD,
    lpBuffer: LPWSTR,
    lpFilePart: ?*?LPWSTR,
) callconv(.winapi) DWORD