cwbCO_DeleteSysListHandle

Purpose

Deletes a handle to a list of configured system names. This must be called when you are finished using the system name list.

Syntax

 
unsigned int CWB_ENTRY cwbCO_DeleteSysListHandle(
                             cwbCO_SysListHandle listHandle);

Parameters

cwbCO_SysListHandle - listHandle
A handle to the system name list to delete.

Return Codes

The following list shows common return values.

CWB_OK
Successful Completion.
CWB_INVALID_API_HANDLE
Invalid system handle.

Usage

Use this API to delete the list created with the cwbCO_CreateSysListHandle or cwbCO_CreateSysListHandleEnv API.