示例#1
0
 public int GetCurrent([NativeTypeName("IAppxManifestTargetDeviceFamily **")] IAppxManifestTargetDeviceFamily **targetDeviceFamily)
 {
     return(((delegate * unmanaged <IAppxManifestTargetDeviceFamiliesEnumerator *, IAppxManifestTargetDeviceFamily **, int>)(lpVtbl[3]))((IAppxManifestTargetDeviceFamiliesEnumerator *)Unsafe.AsPointer(ref this), targetDeviceFamily));
 }
示例#2
0
 public HRESULT GetCurrent(IAppxManifestTargetDeviceFamily **targetDeviceFamily)
 {
     return(((delegate * unmanaged <IAppxManifestTargetDeviceFamiliesEnumerator *, IAppxManifestTargetDeviceFamily **, int>)(lpVtbl[3]))((IAppxManifestTargetDeviceFamiliesEnumerator *)Unsafe.AsPointer(ref this), targetDeviceFamily));
 }