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


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_isSameRM

tibemsXAResource_isSameRM
Function
Purpose
Determine whether two resource objects originate from the same connection to an EMS server.
C Declaration
tibems_status tibemsXAResource_isSameRM(
    tibemsXAResource xaResource,
    tibemsXAResource xaResource2,
    tibems_bool* result );
COBOL Call
CALL "tibemsXAResource_isSameRM"
USING BY VALUE xaResource,
BY VALUE xaResource2,
BY REFERENCE result,
RETURNING tibems-status
END-CALL.
 
xaResource and xaResource2 have usage pointer.
Parameters
 

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