Edit registry?

Started by
0 comments, last by ok391 22 years, 3 months ago
What methods are available to edit windows registry keys in C++? Thanks
Advertisement
Using the Windows API, you have:

RegCloseKey
RegConnectRegistry
RegCreateKey
RegCreateKeyEx
RegDeleteKey
RegDeleteValue
RegEnumKey
RegEnumKeyEx
RegEnumValue
RegFlushKey
RegGetKeySecurity
RegLoadKey
RegNotifyChangeKeyValue
RegOpenKey
RegOpenKeyEx
RegQueryInfoKey
RegQueryMultipleValues
RegQueryValue
RegQueryValueEx
RegReplaceKey
RegRestoreKey
RegSaveKey
RegSetKeySecurity
RegSetValue
RegSetValueEx
RegUnLoadKey

Check your documentation for info on their uses.

Game: The Adventure (tm).
-------------------------

This topic is closed to new replies.

Advertisement