OleCreateLink

Function OleCreateLink 

Source
pub unsafe fn OleCreateLink<'a, T0__: IntoParam<'a, IMoniker>, T4__: IntoParam<'a, IOleClientSite>, T5__: IntoParam<'a, IStorage>>(
    pmklinksrc: T0__,
    riid: *const Guid,
    renderopt: u32,
    lpformatetc: *mut FORMATETC,
    pclientsite: T4__,
    pstg: T5__,
    ppvobj: *mut *mut c_void,
) -> ErrorCode