Skip to main content

GetLongPathNameA

Function GetLongPathNameA 

Source
pub unsafe fn GetLongPathNameA<'a>(
    lpszshortpath: impl IntoParam<'a, PSTR>,
    lpszlongpath: PSTR,
    cchbuffer: u32,
) -> u32