Next Topic

Previous Topic

Book Contents

SetValue

bool SetValue(string sValueName,int iValue)

Return values

Non zero if the function is successful; otherwise 0, and a error description can be retrieved by calling GetErrorDescription().

Parameters

  • sValueName - Name of value to write.
  • iValue - Integer to be written to the value.

Remarks

The function writes the specified integer to the value. If the value does not exist this function will fail.