IAppxBundleManifestPackageInfo2::GetIsPackageReference method (appxpackaging.h)

Determines whether a package is stored inside an app bundle, or if it's a reference to a package.

Syntax

HRESULT GetIsPackageReference(
  [out, retval] BOOL *isPackageReference
);

Parameters

[out, retval] isPackageReference

True if the package in the bundle is a reference to a package; False if the package in the bundle is stored inside the app bundle.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header appxpackaging.h

See also

IAppxBundleManifestPackageInfo2