TipcSrvDestroyCbLookup look up a server destroy callback
func
callback function
arg
user-defined argument
Callback if successful, NULL
otherwise.
If TipcSrvDestroyCbLookup fails, it returns NULL
and sets the global SmartSockets error number to one of:
TipcSrvDestroyCbLookup looks up a server destroy callback with the desired function and argument. These callbacks are called when RTclient destroys its connection to RTserver. See TipcSrvDestroyCbCreate for more information on server destroy callbacks.
None
TipcSrvDestroyCbCreate; see the TIBCO SmartSockets Utilities for information on TutCbDestroy.
This example looks up a server destroy callback:
T_CB cb; cb = TipcSrvDestroyCbLookup(my_server_destroy_cb, NULL); if (cb == NULL) {return
; /* error */
}
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |