OleCreateLinkToFile

Function OleCreateLinkToFile 

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