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