windows::Win32::System::Ole

Function OleCreateLink

pub unsafe fn OleCreateLink<P0, P4, P5>(
    pmklinksrc: P0,
    riid: *const GUID,
    renderopt: OLERENDER,
    lpformatetc: *const FORMATETC,
    pclientsite: P4,
    pstg: P5,
    ppvobj: *mut *mut c_void,
) -> Result<()>
where P0: Param<IMoniker>, P4: Param<IOleClientSite>, P5: Param<IStorage>,