Share via


IAppxManifestCapabilitiesEnumerator::GetCurrent method

Gets the capability at the current position of the enumerator.

Syntax

HRESULT GetCurrent(
  [out, retval] LPWSTR *capability
);

Parameters

  • capability [out, retval]
    The current capability.

Return value

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

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

IID

IID_IAppxManifestCapabilitiesEnumerator is defined as 11D22258-F470-42C1-B291-8361C5437E41

See also

IAppxManifestCapabilitiesEnumerator