IAppxAppInstallerReader::GetXmlDom method (appxpackaging.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the XML DOM for an App Installer file.

Syntax

HRESULT GetXmlDom(
  [out] IXMLDOMDocument **dom
);

Parameters

[out] dom

Receives a pointer to IXMLDOMDocument representing the XML DOM for the App Installer file.

Return value

Returns S_OK on success.

Requirements

Requirement Value
Header appxpackaging.h

See also

App Installer File overview