Function CSPVariant::SetULong()
Description:
Assigns a unsigned long value to the variant.
 |
Prototype:
void SetULong(unsigned long ulULongVal);
Arguments:
- unsigned long ulULongVal [IN]
The unsigned long value to assign.
Return value:
No return value (void).
See also:
member function GetULong()
|
|