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.