cwbCO_IsSystemConfiguredEnv

Purpose

Check if the input system is configured in the environment specified.

Syntax

 
cwb_Boolean CWB_ENTRY cwbCO_IsSystemConfiguredEnv(
                             LPCSTR    systemName,
                             LPCSTR    pEnvironment);

Parameters

LPCSTR systemName - input
Pointer to a buffer that contains the system name.
LPCSTR pEnvironment - input
Pointer to a buffer that contains the environment name. If pEnvironment is NULL, or if it points to an empty string, the environment currently in use is checked.

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