cwbCO_IsSystemConnected

Purpose

Check if the input system is currently connected.

Syntax

 
cwb_Boolean CWB_ENTRY cwbCO_IsSystemConnected(
                                             LPCSTR systemName);

Parameters

LPCSTR systemName - input
Pointer to a buffer that contains the system name.

Return Codes

The following list shows common return values.

CWB_TRUE:
System is connnected.
CWB_FALSE:
System is not connected, systemName is NULL, or system name contains one or more Unicode characters that cannot be converted.

Usage

This API indicates connection status within the current process only. The system may be connected within a different process, but this has no effect on the output of this API.