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