예제 #1
0
 public int GetContainingTypeLib(ITypeLib **ppTLib, [NativeTypeName("UINT *")] uint *pIndex)
 {
     return(((delegate * unmanaged <ITypeInfo *, ITypeLib **, uint *, int>)(lpVtbl[18]))((ITypeInfo *)Unsafe.AsPointer(ref this), ppTLib, pIndex));
 }
예제 #2
0
 public HRESULT GetContainingTypeLib(ITypeLib **ppTLib, uint *pIndex)
 {
     return(((delegate * unmanaged <ITypeInfo *, ITypeLib **, uint *, int>)(lpVtbl[18]))((ITypeInfo *)Unsafe.AsPointer(ref this), ppTLib, pIndex));
 }