Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the appx manifest stream of an MSIXVC package. Once this call returns, the manifest must be accessible.
Syntax
HRESULT GetManifestStream(
[in, string] LPCWSTR manifestFileName,
[out, retval] IStream** manifestStream
);
Parameters
manifestFileName
The manifest file name. This will be set to, for example, appxmanifest.xml.
manifestStream
The manifest file stream. The callee must call AddRef the stream, and then the caller will call Release on it after use.
Return value
Type: HRESULT
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| DLL | AppxStreamingDataSourcePS.dll |