windows::Win32::Storage::FileSystem

Function OpenFileById

pub unsafe fn OpenFileById(
    hvolumehint: HANDLE,
    lpfileid: *const FILE_ID_DESCRIPTOR,
    dwdesiredaccess: u32,
    dwsharemode: FILE_SHARE_MODE,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
) -> Result<HANDLE>