Function win_sys::FileSystem::GetLongPathNameTransactedW[][src]

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

Required features: Win32_Storage_FileSystem, Win32_Foundation