CreateConfiguration

Create a new configuration file and open it.

The specified file may not already exist.

 

HRESULT CreateConfiguration([in]
BSTR filename);

Parameters

filename

[in] Path and filename.

Return Values

S_OK

The configuration has been created and opened.

E_ACCESSDENIED

The parser is locked by an asynchronous operation.

E_FAIL

The configuration could not be created.