Integratec API Platform
OPAPI OPBOOL opClientConnectionGetCall ( OPAPIHandle  connection,
void **  call,
wchar_t **  errorMsg 
)

Gets an IDispatch interface that can be used to make Remote Procedure Calls.

Parameters
[in]connectionHandle representing a client connection.
[in]callIDispatch interface.
[out]errorMsgError message describing the failure, set if the function fails.
Returns
If the function succeeds, the return value is non-zero and call is set to an IDispatch interface.
If the function fails, the return value is zero and errorMsg is set to an error message describing the failure.
Usage
Specify a client connection handle that was returned by a call to opClientConnectionOpen using the connection parameter.
Attention
Call IUnknown::Release on the IDispatch interface when you no longer need it.
See also
opClientConnectionOpen.