Share

AcDbHostApplicationServices::getMachineRegistryProductRootKey Method

C++

virtual ACDBCORE2D_PORT const ACHAR * getMachineRegistryProductRootKey();

Description

Use this function to obtain registry root for storing/retrieving product specific data. This location is generally read-only for limited users.

Returns

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

Remarks

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

Links

AcDbHostApplicationServices

Was this information helpful?