cwbCO_GetSysListSize

Use the cwbCO_GetSysListSize command.

Purpose

Gets the number of system names in the list.

Syntax

 
unsigned int CWB_ENTRY cwbCO_GetSysListSize(
                             cwbCO_SysListHandle  listHandle,
                             unsigned long       *listSize);

Parameters

cwbCO_SysListHandle listHandle - input
Handle of the list of systems.
unsigned long *listSize - output
On output this will be set to the number of systems in the list.

Return Codes

The following list shows common return values.

CWB_OK
Successful Completion.
CWB_INVALID_API_HANDLE
Invalid system handle.
CWB_INVALID_POINTER
Pointer to the list size is NULL.

Usage

None.