windows::Win32::System::WinRT

Function CreateRandomAccessStreamOnFile

pub unsafe fn CreateRandomAccessStreamOnFile<P0, T>(
    filepath: P0,
    accessmode: u32,
) -> Result<T>
where P0: Param<PCWSTR>, T: Interface,