IConfigManager::GetUninstallDocument (Compact 2013)
3/26/2014
Use this method to retrieve the XML document that has the uninstall script.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetUninstallDocument(
IXMLDOMDocument **ppDoc
) = 0;
Parameters
- ppDoc
[out] The IXMLDOMDocument pointer to the uninstall script.
Return Value
Returns E_INVALIDARG if ppDoc is invalid; otherwise, returns S_OK.
Remarks
When you use IConfigManager to install an application, call this method if you want to store this uninstall script to uninstall the application at a later time.
Requirements
Header |
cfgmgr.h, |
sysgen |
SYSGEN_CONFIGMGR |