public int GetFuncDesc([NativeTypeName("UINT")] uint index, FUNCDESC **ppFuncDesc) { return(((delegate * unmanaged <ITypeInfo *, uint, FUNCDESC **, int>)(lpVtbl[5]))((ITypeInfo *)Unsafe.AsPointer(ref this), index, ppFuncDesc)); }
public HRESULT GetFuncDesc(uint index, FUNCDESC **ppFuncDesc) { return(((delegate * unmanaged <ITypeInfo *, uint, FUNCDESC **, int>)(lpVtbl[5]))((ITypeInfo *)Unsafe.AsPointer(ref this), index, ppFuncDesc)); }