CAdUiRegistryDeleteAccess

C++
class CAdUiRegistryDeleteAccess : public CAdUiRegistryWriteAccess;
File

aduiRegistryAccess.h

Description

This class is for the internal use of AutoCAD only and may be removed at any time. 

Adds deletion capabilities to the registry access object. This class is a separate derived class rather than part of the CAdUiRegistryWriteAccess class because of the potential harm that could be caused by its accidental use. 

 

Warning

Do not delete or write to keys or values during an enumeration loop.

Links
See Also

CAdUiRegistryWriteAccess, CAdUiRegistryAccess