WriteDwordValue

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

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

Parameters

ValueName

[in] Name of the value to read.

Value

[in] The DWORD value to write.

Return Value

0: success
1: value name not accessible
 

Return to aaxRegistry reference