C++
void ProfileRegistryKey( ACHAR *& strRegProfileKey, const ACHAR * strProfileName );
Description
Deprecated. The registry path for the specified profile, strProfileName, is returned via strRegProfileKey if the profile is found in the registry.
It is the caller's responsibility to deallocate strRegProfileKey if it returns a non-null value.
Parameters
Parameters | Description |
---|---|
strRegProfileKey | Output registry path |
strProfileName | Input profile name |
Links
Previous Declaration
virtual void ProfileRegistryKey(ACHAR *& strRegProfileKey, const ACHAR * strProfileName)=0;
Use Instead
virtual AcString ProfileRegistryKey(const ACHAR * strProfileName)=0;