WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
cniGetOutputTerminal
Use cniGetOutputTerminal to locate a named output terminal, it if exists.
Returns a pointer to the named output terminal, or NULL if a terminal of this name does not exist.
Syntax
CciTerminal* cniGetOutputTerminal(
int* returnCode,
CciNode* nodeObject,
CciChar* name);
Parameters
- returnCode
- The return code from the function (output). Possible return codes are:
- CCI_SUCCESS
- CCI_EXCEPTION
- nodeObject
- The name of the node (input).
- name
- The name of the output terminal (input).
Return values
A pointer to the named output terminal, or NULL if a terminal of this name does not exist. If an error occurs, the returnCode parameter indicates the reason for the error.