windows::Win32::Storage::FileSystem

Function FindFirstVolumeMountPointW

pub unsafe fn FindFirstVolumeMountPointW<P0>(
    lpszrootpathname: P0,
    lpszvolumemountpoint: &mut [u16],
) -> Result<HANDLE>
where P0: Param<PCWSTR>,