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


Chapter 3 Destination : tibemsDestination : tibemsDestination_GetType

tibemsDestination_GetType
Function
Purpose
Get the type of a destination object.
C Declaration
tibems_status tibemsDestination_GetType(
    tibemsDestination destination,
    tibemsDestinationType* type );
COBOL Call
CALL "tibemsDestination_GetType"
USING BY VALUE destination,
BY REFERENCE type,
RETURNING tibems-status
END-CALL.
 
destination has usage pointer.
Parameters
 
See Also
tibemsDestinationType on page 145

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