Enum Registry Values Simple
- Updated2023-02-17
- 3 minute(s) read
Enum Registry Values Simple
Enumerates the values for a specific key or subkey.
Inputs/Outputs

reference in
Reference to the open registry key.

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

value info
Set of parameters describing the set of values and data.

numValues
Number of values under the key specified by hKey.

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

maxValueDataLen
Length of the longest datum under the key specified by hKey.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

DWORD data
An array of data of Windows registry type DWORD.

reference out
Reference to the open registry key.

values
An array of value names.

simple data types
An array of simplified Windows registry data types.

error out
Error information.
The node produces this output according to standard error behavior.

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.