Function win_sys::FileSystem::GetLongPathNameTransactedA[][src]

pub unsafe fn GetLongPathNameTransactedA<'a, Param0, Param3>(
    lpszshortpath: Param0,
    lpszlongpath: PSTR,
    cchbuffer: u32,
    htransaction: Param3
) -> u32 where
    Param0: IntoParam<'a, PSTR>,
    Param3: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation