Function CSPVariant::GetULong()
Description:
Retrieves the unsigned long value of the content, performing any possible conversion necessary.
 |
Prototype:
unsigned long GetULong() const;
Arguments:
No arguments (void).
Return value:
Returns the unsigned long value contained.
See also:
member functions SetULong(), operator unsigned long ()
|
|