public HRESULT GetPayloadPackage([NativeTypeName("LPCWSTR")] ushort *fileName, IAppxFile **payloadPackage) { return(((delegate * unmanaged <IAppxBundleReader *, ushort *, IAppxFile **, int>)(lpVtbl[7]))((IAppxBundleReader *)Unsafe.AsPointer(ref this), fileName, payloadPackage)); }
public HRESULT GetFootprintFile(APPX_BUNDLE_FOOTPRINT_FILE_TYPE fileType, IAppxFile **footprintFile) { return(((delegate * unmanaged <IAppxBundleReader *, APPX_BUNDLE_FOOTPRINT_FILE_TYPE, IAppxFile **, int>)(lpVtbl[3]))((IAppxBundleReader *)Unsafe.AsPointer(ref this), fileType, footprintFile)); }
public int GetPayloadFile([NativeTypeName("LPCWSTR")] ushort *fileName, [NativeTypeName("IAppxFile **")] IAppxFile **file) { return(((delegate * unmanaged <IAppxPackageReader *, ushort *, IAppxFile **, int>)(lpVtbl[5]))((IAppxPackageReader *)Unsafe.AsPointer(ref this), fileName, file)); }
public HRESULT GetFootprintFile(APPX_FOOTPRINT_FILE_TYPE type, IAppxFile **file) { return(((delegate * unmanaged <IAppxPackageReader *, APPX_FOOTPRINT_FILE_TYPE, IAppxFile **, int>)(lpVtbl[4]))((IAppxPackageReader *)Unsafe.AsPointer(ref this), type, file)); }
public int GetCurrent(IAppxFile **file) { return(((delegate * unmanaged <IAppxFilesEnumerator *, IAppxFile **, int>)(lpVtbl[3]))((IAppxFilesEnumerator *)Unsafe.AsPointer(ref this), file)); }