tibemsMsgEnum_GetNextName


Function

Purpose

Get the next item from a message enumerator.

C Declaration

tibems_status tibemsMsgEnum_GetNextName( 
    tibemsMsgEnum enumeration, 
    const char** name ); 

COBOL Call

CALL "tibemsMsgEnum_GetNextName" 
     USING BY VALUE enumeration, 
           BY REFERENCE name, 
           RETURNING tibems-status 
END-CALL. 

enumeration and name have usage pointer.

Parameters

Parameter
Description
enumeration
Get the next item from this enumerator.
name
The function stores the next item in this location.


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