Enum Registry Values Simple

Enumerates the values for 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

retrieve data

A Boolean that determines whether this node retrieves data and data types.

True Retrieves data and data types. The node also returns DWORD data and string/binary data in addition to values and simple data types.
False Does not retrieve data and data types.

Default value: False

datatype_icon

value info

Set of parameters describing the set of values and data.

datatype_icon

numValues

Number of values under the key specified by hKey.

datatype_icon

maxValueNameLen

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

datatype_icon

maxValueDataLen

Length of the longest datum 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

DWORD data

An array of data of Windows registry type DWORD.

datatype_icon

reference out

Reference to the open registry key.

datatype_icon

values

An array of value names.

datatype_icon

simple data types

An array of simplified Windows registry data types.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

datatype_icon

string/binary data

An array of data of Windows registry type String or Binary .

Programming Patterns

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