GetRegistryValueNames
From Solid Graphics Wiki
| ||||||||||||
The GetRegistryValueNames function returns specified registry key's value names..
StringList GetRegistryValueNames ( 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\\6.0\\Help\\Extension" |
Return value
The function returns string list of value names for specified registry key. If sepcified registry key does not exist the function returns empty list.
See Also
- ImportRegistryData
- GetRegistrySubKeyNames
- GetRegistryValue
- SetRegistryValue
- RegistryKeyExist
- RegistryValueExist
- DeleteRegistryValue
- DeleteRegistryKey
