Share

AcApProfileManager::ProfileDelete

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

Links

AcApProfileManager

Was this information helpful?