tibemsXAResource_Rollback


Function

Purpose

Roll back a transaction.

C Declaration

tibems_status tibemsXAResource_Rollback( 
    tibemsXAResource xaResource, 
    XID* xid ); 

COBOL Call

CALL "tibemsXAResource_Rollback" 
     USING BY VALUE xaResource, 
           BY REFERENCE xid, 
           RETURNING tibems-status 
END-CALL. 

xaResource and xid have usage pointer.

Parameter
Description
xaResource
Roll back in this resource.
xid
Roll back this transaction.


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