Function CSPVariant::GetInt64()
Description:
Retrieves the 64bit integer value (__int64) of the content, performing any possible conversion necessary.
 |
Prototype:
__int64 GetInt64() const;
Arguments:
No arguments (void).
Return value:
Returns the __int64 value contained.
See also:
member functions SetInt64(), operator __int64 ()
|
|