Function CSPBuffer::GetSize()
Description:
Retrieves the size, in bytes, of the buffer's content.
 |
Prototype:
unsigned long GetSize() const;
Arguments:
No arguments (void).
Return value:
Returns the size of the buffer.
See also:
member functions SetSize(), Resize(), Grow(), Shrink(), Empty()
|
|