IConfigManager::GetPretransactioningResult (Compact 7)
3/12/2014
Use this method to retrieve the HRESULT of the last transaction that you initiated in Configuration Manager.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetPretransactioningResult(
HRESULT *pHR
) = 0;
Parameters
- pHR
[out] Pointer to an HRESULT variable to get the last transaction result.
Return Value
Returns E_INVALIDARG if the parameter is a NULL pointer; otherwise, returns NOERROR.
Requirements
Header |
cfgmgr.h |
sysgen |
SYSGEN_CONFIGMGR |