tibemsMsg_GetPropertyNames


Function

Purpose

Get a list of property names from a message.

C Declaration

tibems_status tibemsMsg_GetPropertyNames( 
    tibemsMsg message, 
    tibemsMsgEnum* enumeration ); 

COBOL Call

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

message and enumeration have usage pointer.

Parameters

Parameter
Description
message
Get the property names from this message.
enumeration
The function stores the property names 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