winapi::um::fileapi

Function GetFullPathNameA

Source
pub unsafe extern "system" fn GetFullPathNameA(
    lpFileName: LPCSTR,
    nBufferLength: DWORD,
    lpBuffer: LPSTR,
    lpFilePart: *mut LPSTR,
) -> DWORD