Function CSPBuffer::SetSize()
Description:
Changes the size of the buffer, discarding any content.
 |
Prototype:
void SetSize(unsigned long ulSize);
Arguments:
- unsigned long ulSize [IN]
The new size, in bytes, of the buffer.
Return value:
No return value (void).
See also:
member functions GetSize(), Resize(), Grow(), Shrink(), Empty()
|
|