This function starts a conversation with the specified system. If the conversation is successfully started, a handle is returned. Use this handle with all subsequent calls to issue commands or call programs. When the conversation no longer is needed, use the handle with the cwbRC_StopSys API to end the conversation. The cwbRC_StartSysEx API may be called multiple times within an application. If the same system object handle is used on StartSysEx calls, only one conversation with the iSeries™ server will be started. If you want multiple conversations to be active, you must call StartSysEx multiple times, specifying different system object handles.
unsigned int CWB_ENTRY cwbRC_StartSysEx( const cwbCO_SysHandle systemObj, cwbRC_SysHandle *request);
The following list shows common return values:
None.