cwbCO_IsSystemConfigured

Purpose

Check if the input system is configured in the environment currently in use.

Syntax

 
cwb_Boolean CWB_ENTRY cwbCO_IsSystemConfigured(
                                              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 configured.
CWB_FALSE:
System is not configured, systemName is NULL, or system name contains one or more Unicode characters that cannot be converted.

Usage

None