tibemsXAResource_SetRMID


Function

Purpose

Assign an RMID to a resource.

C Declaration

tibems_status tibemsXAResource_SetRMID( 
    tibemsXAResource xaResource, 
    tibems_int rmid ); 

COBOL Call

CALL "tibemsXAResource_SetRMID" 
     USING BY VALUE xaResource, 
           BY VALUE rmid, 
           RETURNING tibems-status 
END-CALL. 

xaResource has usage pointer.

Parameter
Description
xaResource
Set the RMID of this resource.
rmid
Use this RMID.


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