IConfigManager::SetRecoveryFilePath (Compact 2013)
3/26/2014
This method sets the name and path of the recovery file.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetRecoveryFilePath(
BSTR bstrFilePath
) = 0;
Parameters
- bstrFilePath
[in] Name of the recovery file. If the recovery file is in a different folder, you must provide both the relative path and the file name.
Return Value
Returns E_INVALIDARG if bstrFilePath is invalid; otherwise, returns S_OK.
Requirements
Header |
cfgmgr.h |
sysgen |
SYSGEN_CONFIGMGR |