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