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