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


Chapter 12 XA—External Transaction Manager : tibemsXASession : tibemsXASession_GetSession

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.
Parameters
 

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