GetConfiguration

Get the underlying configuration object.

 

HRESULT GetConfiguration([out,
retval] IEvtConfiguration** ppConfig);

Parameters

ppConfig

[out, retval] pointer to a pointer to the underlyingn configuration.

Return Values

S_OK

*ppConfig contains a valid pointer.

E_FAIL

The editor was not initialized properly and does not hold a configuration object.

E_POINTER

ppConfig was no valid pointer