Function CSPVarArray::Set()
Description:
Sets a new value for the variant of the specified index.
 |
Prototype:
void Set(unsigned long ulIndex, const CSPVariant& varValue);
Arguments:
- unsigned long ulIndex [IN]
The index of the variant to set its value.
- const CSPVariant& varValue [IN]
The new value.
Return value:
No return value (void).
See also:
member function Get()
|
|