CWBSO_DeleteListHandle

Purpose

Deletes the list of objects and frees up resources allocated on the client.

Syntax

 
unsigned int CWB_ENTRY CWBSO_DeleteListHandle(
                CWBSO_LIST_HANDLE listHandle);          

Parameters

CWBSO_LIST_HANDLE listHandle - input
A handle to a list that is returned by a previous call to CWBSO_CreateListHandle or CWBSO_CreateListHandleEx.

Return Codes

The following list shows common return values.

CWBSO_NO_ERROR
No error occurred.
CWBSO_BAD_LIST_HANDLE
The list handle that is specified is not valid.

Usage

CWBSO_CreateListHandle must be called prior to calling this API. The list handle that is returned by CWBSO_CreateListHandle must be passed as input to this API.