Function
Get the RMID of the resource.
tibems_status
tibemsXAResource_GetRMID(tibemsXAResource
xaResource,tibems_int
* rmid );
CALL "tibemsXAResource_GetRMID"
USING BY VALUE xaResource
,
BY REFERENCE rmid,
RETURNING tibems-status
END-CALL.
Parameter
|
Description
|
---|---|
xaResource
|
Get the RMID of this resource.
|
rmid
|
The function stores the RMID in this location.
|
The transaction manager assigns a unique RMID to each resource instance, which it uses to bind together a thread, a resource and a 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 |