windows::Win32::Storage::FileSystem

Function ReOpenFile

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