windows::Win32::System::Com::StructuredStorage

Function StgOpenStorageOnILockBytes

pub unsafe fn StgOpenStorageOnILockBytes<P0, P1>(
    plkbyt: P0,
    pstgpriority: P1,
    grfmode: STGM,
    snbexclude: Option<*const *const u16>,
    reserved: Option<u32>,
) -> Result<IStorage>
where P0: Param<ILockBytes>, P1: Param<IStorage>,