tibemsMapMsg_GetMapNames


Function

Purpose

Get an enumeration of the field names in a map message.

C Declaration

tibems_status tibemsMapMsg_GetMapNames( 
    tibemsMsg message, 
    tibemsMsgEnum* enumeration ); 

COBOL Call

CALL "tibemsMapMsg_GetMapNames" 
     USING BY VALUE message, 
           BY REFERENCE enumeration, 
           RETURNING tibems-status 
END-CALL. 

message and enumeration have usage pointer.

Parameters

Parameter
Description
message
Get the field names of this message.
enumeration
The function stores a pointer to the enumeration in this location.

See Also

tibemsMsgEnum


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