Function CSPApplication::SetValue()
Description:
Sets a new value to the requested variable.
 |
Prototype:
void SetValue(const CSPString& strName, const CSPVariant& varValue);
Arguments:
- const CSPString& strName [IN]
The name of the requested variable.
- const CSPVariant& varValue [IN]
The new value of the requested variable.
Return value:
No return value (void).
See also:
member functions operator () (), GetValue()
|
|