cwbSV_DeleteErrHandle

Purpose

This function deletes the error message object that is identified by the handle that is provided.

Syntax

 
unsigned int CWB_ENTRY cwbSV_DeleteErrHandle(
                             cwbSV_ErrHandle errorHandle);

Parameters

cwbSV_ErrHandle errorHandle - output
Handle that was returned by a previous call to the cwbSV_CreateErrHandle() function.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWB_INVALID_HANDLE
Handle is not valid.

Usage

This call should be made when the handle is no longer needed.