Function CSPVariant::operator long()
Description:
Extracts the long value contained, performing any possible conversion if necessary. Same as GetLong().
 |
Prototype:
operator long() const;
Arguments:
No arguments (void).
Return value:
Returns the long value contained.
|
|