Function CSPVarArray::GetSize()
Description:
Retrieves the size of the variant array.
 |
Prototype:
unsigned long GetSize() const;
Arguments:
No arguments (void).
Return value:
Returns the size of the array.
See also:
member functions SetSize(), Resize(), Grow(), Shrink(), Empty()
|
|