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.
Note:
message and
enumeration have usage pointer.
Parameters
| Parameter | Description |
|---|---|
message
|
Get the property names from this message. |
enumeration
|
Store the property names. |