IAppxDigestProvider interface (appxpackaging.h)
Provides APIs for retrieving the digest string representation of an app packaging object.
Inheritance
The IAppxDigestProvider interface inherits from the IUnknown interface.
Methods
The IAppxDigestProvider interface has these methods.
IAppxDigestProvider::GetDigest Receives a pointer to an LPWSTR containing the digest representation of the app packaging object object managed by the associated interface. |
Remarks
The IAppxDigestProvider interface can be obtained by calling QueryInterface on the objects returned by the following factory interfaces, as well as the corresponding methods in different versions of the factory interfaces, such as IAppxFactory::CreatePackageReader:
Requirements
Requirement | Value |
---|---|
Header | appxpackaging.h |