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