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


Chapter 2 Messages : tibemsMsg : tibemsMsg_GetPropertyNames

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

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