GetRegistryValueNames Method (SystemFunctions)

Action

Returns the values of all registry keys below the specified key.

Syntax

lsKeyValues = GetRegistryValueNames (rcCategory, sKeyPath)
Variable Description
lsKeyValues The values of all registry keys below the specified key. IList<String>.
rcCategory The root key for the registry. RegistryCategory.
sKeyPath The path to the registry key. String.