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.
Note: message and enumeration have usage pointer.

Parameters

Parameter Description
message Get the field names of this message.
enumeration Stores a pointer to the enumeration.

See Also

tibemsMsgEnum