Manage Registry ActiveX Control - SetMultiString method

The SetMultiString method sets or modifies the value of MultiString type variable (passed as parameter to this method).  

VARIANT SetMultiString(
  BSTR Name, // The name of the MultiString variable
  VARIANT Value // The value to be set
);


Parameters
  Name     [in] This is the name of MultiString variable whose value should be changed.   Value     [in] This is the value that should be set.
Return values
  The SetMultiString method returns TRUE if the value is successfully set and FALSE otherwise.


See also
GetMultiString method, SetMultiStringVariant method