public int RegisterCategories([NativeTypeName("ULONG")] uint cCategories, [NativeTypeName("CATEGORYINFO []")] CATEGORYINFO *rgCategoryInfo)
 {
     return(((delegate * unmanaged <ICatRegister *, uint, CATEGORYINFO *, int>)(lpVtbl[3]))((ICatRegister *)Unsafe.AsPointer(ref this), cCategories, rgCategoryInfo));
 }
Beispiel #2
0
 public int Next([NativeTypeName("ULONG")] uint celt, [NativeTypeName("CATEGORYINFO *")] CATEGORYINFO *rgelt, [NativeTypeName("ULONG *")] uint *pceltFetched)
 {
     return(((delegate * unmanaged <IEnumCATEGORYINFO *, uint, CATEGORYINFO *, uint *, int>)(lpVtbl[3]))((IEnumCATEGORYINFO *)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched));
 }