Function win_sys::FileSystem::GetShortPathNameW[][src]

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

Required features: Win32_Storage_FileSystem, Win32_Foundation