cwbNL_DeleteConverter

Use the cwbNL_DeleteConverter command.

Purpose

Delete a cwbNL_Converter.

Syntax

 
unsigned int CWB_ENTRY cwbNL_DeleteConverter(
                             cwbNL_Converter theConverter,
                             cwbSV_ErrHandle errorHandle);

Parameters

cwbNL_Converter theConverter - input
A previously created converter.
cwbSV_ErrHandle errorHandle - output
Handle to an error object. Any returned messages will be written to this object. It is created with the cwbSV_CreateErrHandle0 API. The messages may be retrieved with the cwbSV_GetErrText API. If the parameter is set to zero, no messages will be retrievable.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWB_NOT_ENOUGH_MEMORY
Insufficient memory.
CWB_INVALID_HANDLE
Invalid handle.

Usage

None