windows::Win32::Storage::FileSystem

Function SetFileShortNameW

pub unsafe fn SetFileShortNameW<P1>(
    hfile: HANDLE,
    lpshortname: P1,
) -> Result<()>
where P1: Param<PCWSTR>,