Exemple #1
0
 public int GetBlocks([NativeTypeName("IAppxBlockMapBlocksEnumerator **")] IAppxBlockMapBlocksEnumerator **blocks)
 {
     return(((delegate * unmanaged <IAppxBlockMapFile *, IAppxBlockMapBlocksEnumerator **, int>)(lpVtbl[3]))((IAppxBlockMapFile *)Unsafe.AsPointer(ref this), blocks));
 }
Exemple #2
0
 public HRESULT GetBlocks(IAppxBlockMapBlocksEnumerator **blocks)
 {
     return(((delegate * unmanaged <IAppxBlockMapFile *, IAppxBlockMapBlocksEnumerator **, int>)(lpVtbl[3]))((IAppxBlockMapFile *)Unsafe.AsPointer(ref this), blocks));
 }