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

Parameter
Description
message
Test this message for the property.
name
Test whether the message has a property with this name.
result
The function stores the boolean result of the test in this location:
  • TIBEMS_TRUE if the property has a value on the message
  • TIBEMS_FALSE otherwise


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com