TipcSrvSubjectDefaultCbLookup look up a default subject callback
func
callback function
arg
user-defined argument
Callback if successful, NULL
otherwise.
If TipcSrvSubjectDefaultCbLookup fails, it returns NULL
and sets the global SmartSockets error number to one of:
TipcSrvSubjectDefaultCbLookup looks up a default subject callback with the desired function and argument. See TipcSrvSubjectDefaultCbCreate for more information on default subject callbacks.
None
TipcSrvSubjectDefaultCbCreate; see the TIBCO SmartSockets Utilities for information on TutCbDestroy.
This example looks up a default subject callback:
cb = TipcSrvSubjectDefaultCbLookup(default_subject_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 |