IConfigManager::CancelProcessing (Compact 2013)
3/26/2014
This method cancels a query or request processing.
Syntax
virtual HRESULT STDMETHODCALLTYPE CancelProcessing( void) = 0;
Parameters
None.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
NOERROR |
The method succeeded. |
CONFIG_E_CANCELTIMEOUT |
The method timed out while waiting for the cancel operation to complete. |
Requirements
Header |
cfgmgr.h |
sysgen |
SYSGEN_CONFIGMGR |