GetRegistrySubKeyNames
From Solid Graphics Wiki
| ||||||||||||
The GetRegistrySubKeyNames function returns specified registry key subkey names.
StringList GetRegistrySubKeyNames ( RegistryRoot regRoot, const char* keyName );
Parameters
| regRoot | Root of the registry key. This can be either SKL::ClassesRoot, or SKL::CurrentUser or SKL::LocalMachine. |
| keyName | The key name, for example "SOFTWARE\\Microsoft\\DevStudio" |
Return value
The function returns string list of specified registry key subkey names. If sepcified registry key does not exist the function returns empty list.
See Also
- ImportRegistryData
- GetRegistryValueNames
- GetRegistryValue
- SetRegistryValue
- RegistryKeyExist
- RegistryValueExist
- DeleteRegistryValue
- DeleteRegistryKey
