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