Enum Registry Values Simple VI

Owning Palette: Windows Registry Access VIs

Requires: Base Development System (Windows)

Enumerates the values for the specified key or subkey. If retrieve data? is TRUE, the VI returns DWORD data and String/Binary data in addition to values and simple data types.

Use this VI with the Query Registry Key Info VI.

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

 Add to the block diagram  Find on the palette
refnum is a handle to the open key.
retrieve data? retrieves data and data types, if TRUE.
value info is the set of parameters describing the set of values and data.
numValues is the number of values under the key specified by hKey.
maxValueNameLen is the length of the longest value name under the key specified by hKey.
maxValueDataLen is the length of the longest datum under the key specified by hKey.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
DWORD data is an array of data of Windows registry type DWORD.
refnum out is a handle to the open key.
values is an array of value names.
simple data types is an array of simplified Windows registry data types.
error out contains error information. This output provides standard error out functionality.
String/Binary data is an array of data of Windows registry type 'String' or 'Binary'.