Share via


IConfigManager::CancelProcessing (Compact 7)

3/12/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

See Also

Reference

IConfigManager