GetRegistryKeyNames Method (SystemFunctions)

Action

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

Syntax

lsKeyNames = GetRegistryKeyNames (rcCategory, sKeyPath)
Variable Description
lsKeyNames The names 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.