regSetValue

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.

version(Windows)
void
regSetValue
(
HKEY hKey
,
string valueName
,
RegValueType type
,
ubyte[] data
)

Meta