WriteStringValue

This function writes a string value in the opened registry key.

WriteStringValue (ValueName As String, Value As String) As Long

Parameters

ValueName

[in] Name of the value to write.

Value

[in] The string value to write

Return Value

0: success
1: value name not accessible
 

Return to aaxRegistry reference