The TutCb* functions are used to operate on callbacks, destroying them (TutCbDestroy), looking up information about them (TutCbGet*), and setting their properties (TutCbSet*). Callbacks are created using a specific callback creation routine of the form (Tipc*CbCreate).
TutCbDestroy destroy a callback and removes it from the list
TutCbGetArgument determine the callback argument of the specified callback
TutCbGetFunction determine the callback function of the specified callback
TutCbGetPriority determine the current priority of a callback
TutCbSetArgument set the callback argument used by the specified callback
TutCbSetFunction set the callback function to be called
TutCbSetPriority set the priority of a callback
TIBCO SmartSockets™ API Quick Reference Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |