예제 #1
0
 public HRESULT GetTargetDeviceFamilies(IAppxManifestTargetDeviceFamiliesEnumerator **targetDeviceFamilies)
 {
     return(((delegate * unmanaged <IAppxBundleManifestPackageInfo3 *, IAppxManifestTargetDeviceFamiliesEnumerator **, int>)(lpVtbl[3]))((IAppxBundleManifestPackageInfo3 *)Unsafe.AsPointer(ref this), targetDeviceFamilies));
 }
예제 #2
0
 public int GetTargetDeviceFamilies(IAppxManifestTargetDeviceFamiliesEnumerator **targetDeviceFamilies)
 {
     return(((delegate * unmanaged <IAppxManifestReader3 *, IAppxManifestTargetDeviceFamiliesEnumerator **, int>)(lpVtbl[14]))((IAppxManifestReader3 *)Unsafe.AsPointer(ref this), targetDeviceFamilies));
 }