Skip to main content

GetLongPathNameTransactedA

Function GetLongPathNameTransactedA 

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