Administrators define destinations in the server. Client programs access them using functions of tibemsLookupContext.
tibems_status tibemsDestination_Copy(tibemsDestination destination,tibemsDestination* copy );
destination has usage pointer.
tibems_status tibemsDestination_Create(tibemsDestination* destination,tibemsDestinationType type,
destination has usage pointer.
tibems_status tibemsDestination_Destroy(tibemsDestination destination );
destination has usage pointer.
tibems_status tibemsDestination_GetName(tibemsDestination destination,tibems_int name_len );
destination has usage pointer.
Length of the name buffer.Your program must allocate the name buffer, and pass its length to the function. If the length of the name is greater than the size of the buffer provided, the entire destination name may not be copied. The buffer size is determined by the TIBEMS_DESTINATION_MAX constant. Constants such as TIBEMS_DESTINATION_MAX are located in the tibems/types.h header file.tibems_status tibemsDestination_GetType(tibemsDestination destination,tibemsDestinationType* type );
destination has usage pointer.
Copyright © TIBCO Software Inc. All Rights Reserved.