Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Messages : tibemsMapMsg : tibemsMapMsg_GetMapNames

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
 
See Also
tibemsMsgEnum on page 132

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved