TutGetOutFlushFunc get the function used for TutOutFlush output
None
The output function used by TutOutFlush.
None
TutGetOutFlushFunc gets the function used by TutOutFlush to display output.
None
TutOutFlush, TutSetOutFlushFunc
This example sets and restores all TutOutFlush output temporarily:
T_OUT_VA_FLUSH_FUNC flush_func; flush_func = TutGetOutFlushFunc(); TutSetOutFlushFunc(dummy_func); TutOutFlush(); /*dummy_func used here
*/ TutSetOutFlushFunc(flush_func);/* restore */
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |