C++
virtual Acad::ErrorStatus ProfileDelete( const ACHAR * strProfileName ) = 0;
Description
Deletes the profile specified in strProfileName from the registry.
The function could return with the following return codes:
| Acad::eProfileDoesNotExist | The old profile name is not found in the registry. |
| Acad::eProfileIsInUse | Cannot copy into current profile. |
| Acad::eRegistryAccessError | Could not access registry. |
| Acad::eOk | Operation completed successfully. |
Parameters
| Parameters | Description |
|---|---|
| strProfileName | Input profile name |