Function CSPVariant::SetVariant()
Description:
Copies the value and the datatype of another variant.
 |
Prototype:
void SetVariant(const CSPVariant& varVariant);
Arguments:
- const CSPVariant& varVariant [IN]
The CSPVariant value to assign.
Return value:
No return value (void).
See also:
member function operator = ()
|
|