Function CSPVariant::GetLong()
Description:
Retrieves the long value of the content, performing any possible conversion necessary.
 |
Prototype:
long GetLong() const;
Arguments:
No arguments (void).
Return value:
Returns the long value contained.
See also:
member functions SetLong(), operator long ()
|
|