Returns the values of all registry keys below the specified key.
C#
lsKeyValues = GetRegistryValueNames (rcCategory, sKeyPath);
VB
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. |