Example #1
0
 public int GetFiles([NativeTypeName("IAppxBlockMapFilesEnumerator **")] IAppxBlockMapFilesEnumerator **enumerator)
 {
     return(((delegate * unmanaged <IAppxBlockMapReader *, IAppxBlockMapFilesEnumerator **, int>)(lpVtbl[4]))((IAppxBlockMapReader *)Unsafe.AsPointer(ref this), enumerator));
 }
 public HRESULT GetFiles(IAppxBlockMapFilesEnumerator **enumerator)
 {
     return(((delegate * unmanaged <IAppxBlockMapReader *, IAppxBlockMapFilesEnumerator **, int>)(lpVtbl[4]))((IAppxBlockMapReader *)Unsafe.AsPointer(ref this), enumerator));
 }