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

Function OleConvertOLESTREAMToIStorage

pub unsafe fn OleConvertOLESTREAMToIStorage<P1>(
    lpolestream: *const OLESTREAM,
    pstg: P1,
    ptd: *const DVTARGETDEVICE,
) -> Result<()>
where P1: Param<IStorage>,