Enum Registry Keys

Enumerates subkeys of a specific key or subkey.

Caution Incorrectly modifying the registry can damage Windows or prevent you from starting Windows.
1378

Inputs/Outputs

datatype_icon

reference in

Reference to the open registry key.

datatype_icon

subkey info

Set of parameters describing the subkey associated with reference in.

datatype_icon

numSubKeys

Number of subkeys under the key specified by hKey.

datatype_icon

maxSubKeyLen

Length of the longest subkey name under the key specified by hKey.

datatype_icon

maxSubKeyClassLen

Length of the longest class name under the key specified by hKey.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

reference out

Reference to the open registry key.

datatype_icon

subkeys

An array of the names of all subkeys of the specified key.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

Programming Patterns

You can wire the subkey info output of the Query Registry Key Info node to the Enum Registry Keys node to get the subkey information of a specific key or subkey.