IConfigManager::SetRecoveryFileDeletion (Compact 2013)
3/26/2014
This method indicates whether to delete the recovery file.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetRecoveryFileDeletion(
BOOL fDelete
) = 0;
Parameters
- fDelete
[in] Indicates whether to delete the recovery file.
Return Value
Returns S_OK.
Remarks
Windows Embedded Compact uses a recovery file to roll back changes if the configuration service provider did not complete processing the XML in the provisioning XML file.
Requirements
Header |
cfgmgr.h |
sysgen |
SYSGEN_CONFIGMGR |