TutBufRewind rewind the current position in the buffer
buf
T_BUF object to rewind
ptr
new position
TRUE
if successful, FALSE
otherwise.
None
TutBufRewind moves the current position to the location given by ptr
. If ptr
is NULL
, then the current position is set to the beginning. This function fails if ptr
is outside the bounds of the buffer.
None
This example rewinds a buffer to the beginning:
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |