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