TutBufDestroy destroy a buffer
buf
the buffer to destroy
TRUE
if successful, FALSE
otherwise.
None
TutBufDestroy destroys a buffer. If the buffer is not static, because it was created with TutBufCreate, then the buffer object and all of the data contained by that object is destroyed. If the buffer is static, because it was created with TutBufCreateStatic, then only the buffer object itself is destroyed, not the data.
None
TutBufCreate, TutBufCreateStatic
This example destroys a buffer:
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |