Function CSPVariant::SetShort()
Description:
Assigns a short value to the variant.
 |
Prototype:
void SetShort(short shShortVal);
Arguments:
- short shShortVal [IN]
The short value to assign.
Return value:
No return value (void).
See also:
member function GetShort()
|
|