OleCreateLinkEx

Function OleCreateLinkEx 

Source
pub unsafe fn OleCreateLinkEx<'a, T0__: IntoParam<'a, IMoniker>, T7__: IntoParam<'a, IAdviseSink>, T9__: IntoParam<'a, IOleClientSite>, T10__: IntoParam<'a, IStorage>>(
    pmklinksrc: T0__,
    riid: *const Guid,
    dwflags: u32,
    renderopt: u32,
    cformats: u32,
    rgadvf: *mut u32,
    rgformatetc: *mut FORMATETC,
    lpadvisesink: T7__,
    rgdwconnection: *mut u32,
    pclientsite: T9__,
    pstg: T10__,
    ppvobj: *mut *mut c_void,
) -> ErrorCode