Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Utilities : Utility Functions : tibems_SetMulticastExceptionListener

tibems_SetMulticastExceptionListener
Function
Purpose
Sets the multicast exception listener for an application.
C Declaration
tibems_status tibems_SetMulticastExceptionListener(
    tibemsMulticastExceptionCallback listener,
    void* closure);
Parameters
 
This parameter receives the closure data in this location, which the program supplied in the call that registered the callback. This is a way to pass application related data to the multicast exception listener callback.
See Also
tibemsMulticastExceptionCallback on page 226
Chapter 13, Using Multicast, in the TIBCO Enterprise Message Service User’s Guide

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved