IAppxManifestReader::GetResources method
Gets an enumerator that iterates through the resources defined in the manifest.
Syntax
HRESULT GetResources( [out, retval] IAppxManifestResourcesEnumerator **resources );
Parameters
- resources [out, retval]
-
Type: IAppxManifestResourcesEnumerator**
The enumerator that iterates through the resources.
Return value
Type: HRESULT
If the method succeeds, it returns S_OK.
Remarks
Resources are specified using the Resources element in the manifest.
Call the IUnknown::Release method when you have finished using the resources object.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestReader is defined as 4e1bd148-55a0-4480-a3d1-15544710637c |
See also