tibemsXASession_GetSession


Function

Purpose

Get the EMS session from an XA session.

C Declaration

tibems_status tibemsXASession_GetSession( 
    tibemsSession xaSession, 
    tibemsSession* session ); 

COBOL Call

CALL "tibemsXASession_GetSession" 
     USING BY VALUE xaSession, 
           BY REFERENCE session, 
           RETURNING tibems-status 
END-CALL. 

xaSession and session have usage pointer.

Parameter
Description
xaSession
Get the EMS session from this XA session.
session
The function stores the EMS session in this location.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com