tibrvTransport_GetNetwork()
Function
Declaration
tibrv_statustibrvTransport_GetNetwork
(
tibrvTransport transport,
const char** networkString);
Purpose
Extract the network parameter from a transport.
Remarks
This function returns the network parameter as a NULL
-terminated string.
Parameter |
Description |
|
Extract the network parameter from this transport. It is an error to supply the intra-process transport or virtual circuit transport to this function. |
|
The program supplies a location, and the function places in that location a string pointer to the network parameter. The program must not modify the string. |