Skip to content

Reg_Enum_Key_Info

Obsolete

This command is obsolete. Use the cRegistry class for accessing the Windows Registry in DataFlex.

Purpose

To assign a callback object for registry enumeration.

Syntax

Reg_Enum_Key_Info hoEnumerationCallBackObject

What It Does

Reg_Enum_Key_Info assigns the given object, hoEnumerationCallBackObject, to be the target object of the registry enumeration messages:

  • Get_Reg_Key_Enum
  • Get_Reg_String_Value_Enum
  • Get_Reg_Integer_Value_Enum

Example

Please refer to the Reg_Enum_Key command for an example of how to use this command together with the other registry enumeration commands.