IAppxManifestReader5::GetMainPackageDependencies method (appxpackaging.h)
Gets a main package dependencies enumerator.
Syntax
HRESULT GetMainPackageDependencies(
[out, retval] IAppxManifestMainPackageDependenciesEnumerator **mainPackageDependencies
);
Parameters
[out, retval] mainPackageDependencies
The main package dependencies enumerator.
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 |