Function windows::Win32::Storage::FileSystem::ReOpenFile

pub unsafe fn ReOpenFile<P0>(
    horiginalfile: P0,
    dwdesiredaccess: u32,
    dwsharemode: FILE_SHARE_MODE,
    dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
) -> Result<HANDLE>
where P0: Param<HANDLE>,