IAppxBundleManifestOptionalBundleInfoEnumerator::GetCurrent method (appxpackaging.h)

Gets the optional bundle information at the current position of the enumerator.

Syntax

HRESULT GetCurrent(
  [out, retval] IAppxBundleManifestOptionalBundleInfo **optionalBundle
);

Parameters

[out, retval] optionalBundle

The optional bundle information.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an error code that includes, but is not limited to, those in the following table.

Return code Description
E_BOUNDS
The enumerator has passed the last item in the collection.

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

IAppxBundleManifestOptionalBundleInfoEnumerator