cwbCO_CanConnectNewSystem
Use the cwbCO_CanConnectNewSystemcommand.
Purpose
Indicates whether the user may connect to a system not currently configured in the System List within the active environment.
Syntax
cwb_Boolean CWB_ENTRY cwbCO_CanConnectNewSystem();
Parameters
None
Return Codes
The following list shows common return values:
- CWB_TRUE
- Can connect to systems not already configured.
- CWB_FALSE
- Cannot connect to systems not already configured.
Usage
If this API returns CWB_FALSE, a call to cwbCO_CreateSystem with a system name not currently configured will fail, as will various other product APIs that take system name as a parameter.