IAppxBundleManifestPackageInfo2::GetIsDefaultApplicablePackage method (appxpackaging.h)

Determines whether the app package is a default applicable package.

Syntax

HRESULT GetIsDefaultApplicablePackage(
  [out, retval] BOOL *isDefaultApplicablePackage
);

Parameters

[out, retval] isDefaultApplicablePackage

True if the package is a default applicable package, False otherwise.

Return value

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

Remarks

A default applicable package is a package that contains the default MRT-qualified resources. For example, a default applicable package could be English language resources that should be installed by default if no other appropriate alternative language is available.

For more information on app resources, see App resources and the Resource Management System.

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