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


Chapter 2 Messages : tibemsMapMsg : tibemsMapMsg_ItemExists

tibemsMapMsg_ItemExists
Function
Purpose
Test if a named pair exists.
C Declaration
tibems_status tibemsMapMsg_ItemExists(
    tibemsMapMsg message,
    const char* name,
    tibems_bool* exists );
COBOL Call
CALL "tibemsMapMsg_ItemExists"
USING BY VALUE message,
BY REFERENCE name,
BY REFERENCE exists,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 

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