Share

AcDbHostApplicationServices::getUserRegistryProductRootKey Method

C++

virtual ACDBCORE2D_PORT const ACHAR * getUserRegistryProductRootKey();

Description

Use this function to obtain registry root for storing/retrieving product specific user data.

Returns

Returns the registry root of the product in the HKEY_CURRENT_USER hive. In case of AutoCAD, the string returned is the same as the one returned by getMachineProductRegistryRootKey.

Remarks

Implementers of RealDWG host applications must override this function and return the HKCU registry root of host application.

Links

AcDbHostApplicationServices

Was this information helpful?