Function CSPBuffer::Grow()

Description:
Increases the size of the buffer by a specified number of bytes.

Micronovae 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()
CSPBuffer | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com