cwbRC_StopSys

Purpose

This function stops a conversation with the system specified by the handle. This handle can no longer be used to issue program calls or commands.

Syntax

 
unsigned int CWB_ENTRY cwbRC_StopSys(
                             cwbRC_SysHandle     system);

Parameters

cwbRC_SysHandle system - input
Handle that was returned by a previous call to the cwbRC_StartSysEx function. It identifies the iSeries™ system.

Return Codes

The following list shows common return values:

CWB_OK
Successful completion.
CWBRC_INVALID_SYSTEM_HANDLE
Invalid system handle.

Usage

None