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


Chapter 2 Messages : tibemsMsg : tibemsMsg_PropertyExists

tibemsMsg_PropertyExists
Function
Purpose
Test whether a named property has been set on a message.
C Declaration
tibems_status tibemsMsg_PropertyExists(
    tibemsMsg message,
    const char* name,
    tibems_bool* result );
COBOL Call
CALL "tibemsMsg_PropertyExists"
USING BY VALUE message,
BY REFERENCE name,
BY REFERENCE result,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 
TIBEMS_TRUE if the property has a value on the message
TIBEMS_FALSE otherwise

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