cwbSV_DeleteTraceSPIHandle

Purpose

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

Syntax

 
unsigned int CWB_ENTRY cwbSV_DeleteTraceSPIHandle(
                             cwbSV_TraceSPIHandle traceSPIHandle);

Parameters

cwbSV_TraceSPIHandle traceSPIHandle - input
Handle that was returned by a previous call to the cwbSV_CreateTraceSPIHandle() 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.