TutBufCreate create a new buffer
size
size of the new buffer, in bytes
A new T_BUF object if successful, NULL
otherwise.
None
This function creates a new buffer large enough to hold at least size
bytes. The buffer can later grow, if necessary, to accommodate more data.
None
TutBufDestroy, TutBufCreateStatic
This example creates a new buffer 128 bytes in size:
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |