regSetValue
- void regSetValue(HKEY hKey, string valueName, RegValueType type, ubyte[] data)
- void regSetValue(HKEY hKey, string valueName, string data)
- void regSetValue(HKEY hKey, string valueName, string data, bool expand)
- void regSetValue(HKEY hKey, string valueName, string[] data)
- void regSetValue(HKEY hKey, string valueName, ubyte[] data)
- void regSetValue(HKEY hKey, string valueName, uint data)
- void regSetValue(HKEY hKey, string valueName)
- void regSetValue(HKEY hKey, string valueName, RegQueryResult data)
dvm sys Registry
classesenumsfunctionsstructstemplates
Registry Functions: regSetValue /////////////////////////// Be very careful with this particuler version. Make sure to follow all the rules in MS's documentation. The other overloads of regSetValue are recommended over this one, since they already handle all the proper rules.