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