Function CSPVariant::GetType()
Description:
Retrieves the datatype of the contained value.
 |
Prototype:
unsigned long GetType() const;
Arguments:
No arguments (void).
Return value:
Returns the datatype code contained.
Remarks:
For more information about the datatypes and the datatype codes, see the remarks section of class CSPVariant.
|
|