TipcSrvErrorCbLookup look up an error callback in the connection to RTserver
func
callback function
arg
user-defined argument
Callback if successful, NULL
otherwise.
If TipcSrvErrorCbLookup fails, it returns NULL
and sets the global SmartSockets error number to one of:
TipcSrvErrorCbLookup looks up an error callback with the desired function and argument in the connection to RTserver by calling TipcConnErrorCbLookup. These callbacks are called when there is an unrecoverable error on the connection to RTserver. See TipcConnErrorCbCreate more information on error callbacks.
TipcSrvErrorCbLookup may attempt to automatically create a connection to RTserver. If RTclient has a warm connection to RTserver, TipcSrvErrorCbLookup looks up an error callback in the warm connection. See TipcSrvCreate on automatic creation of connections and warm connections to RTserver.
None
TipcSrvErrorCbCreate; see the TIBCO SmartSockets Utilities for information on TutCbDestroy.
This example looks up an error callback in the connection to RTserver:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |