cwbSV_DeleteTraceAPIHandle

Purpose

This function deletes the trace API object that is identified by the handle that is provided.

Syntax

 
unsigned int CWB_ENTRY cwbSV_DeleteTraceAPIHandle(
                             cwbSV_TraceAPIHandle traceAPIHandle);

Parameters

cwbSV_TraceAPIHandle traceAPIHandle - input
Handle that was returned by a previous call to the cwbSV_CreateTraceAPIHandle() 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.