Пример #1
0
 public int CreateEncryptedBundleReader(IStream *inputStream, [NativeTypeName("const APPX_KEY_INFO *")] APPX_KEY_INFO *keyInfo, IAppxBundleReader **bundleReader)
 {
     return(((delegate * unmanaged <IAppxEncryptionFactory *, IStream *, APPX_KEY_INFO *, IAppxBundleReader **, int>)(lpVtbl[10]))((IAppxEncryptionFactory *)Unsafe.AsPointer(ref this), inputStream, keyInfo, bundleReader));
 }
 public HRESULT CreateBundleReader(IStream *inputStream, IAppxBundleReader **bundleReader)
 {
     return(((delegate * unmanaged <IAppxBundleFactory *, IStream *, IAppxBundleReader **, int>)(lpVtbl[4]))((IAppxBundleFactory *)Unsafe.AsPointer(ref this), inputStream, bundleReader));
 }
 public int CreateBundleReader([NativeTypeName("IStream *")] IStream *inputStream, [NativeTypeName("IAppxBundleReader **")] IAppxBundleReader **bundleReader)
 {
     return(((delegate * unmanaged <IAppxBundleFactory *, IStream *, IAppxBundleReader **, int>)(lpVtbl[4]))((IAppxBundleFactory *)Unsafe.AsPointer(ref this), inputStream, bundleReader));
 }