CWBSO_DeleteErrorHandle

Purpose

Deletes an error handle and frees up resources allocated on the client.

Syntax

 
unsigned int CWB_ENTRY CWBSO_DeleteErrorHandle(
                CWBSO_ERR_HANDLE errorHandle);          

Parameters

CWBSO_ERR_HANDLE errorHandle - input
An error handle that is returned by a previous call to CWBSO_CreateErrorHandle.

Return Codes

The following list shows common return values.

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

Usage

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