Class DfRegistryWin32

java.lang.Object
com.documentum.registry.DfRegistry
com.documentum.registry.DfRegistryWin32
All Implemented Interfaces:
IDfRegistry, IDfRegistryWin32

public class DfRegistryWin32 extends DfRegistry implements IDfRegistryWin32
This class implements the registry storage mechanism with a win32 registry basis.

Notes:

  • IMPORTANT: For the data of values, specific data types are necessary for retrieving the correct data. An additional member function getValueType( ) returns the correct enumerated data type so the caller can use the correct get[TYPE]Value( ) function. Otherwise the caller will have ASCII/hex/decimal/binary mismatches.
  • Synchronization of the underlying storage of this class is handled by the win32 registry functions.
  • The reallocation of opened registry resources of this class are handled in RegKey::finalize( ).