Function CSPVarArray::Grow()
Description:
Increases the size of the variant array by a specified number of variants.
 |
Prototype:
void Grow(unsigned long ulSize);
Arguments:
- unsigned long ulSize [IN]
The size, in variants, that the array will grow by.
Return value:
No return value (void).
Remarks:
The size of the array is increased without affecting the content.
See also:
member functions Shrink(), GetSize(), SetSize(), Resize(), Empty()
|
|