cwbDQ_DeleteData

Purpose

Delete the data object.

Syntax

 
unsigned int CWB_ENTRY cwbDQ_DeleteData(
                             cwbDQ_Data          data);

Parameters

cwbDQ_Data data - input
Handle of the data object that was returned by a previous call to cwbDQ_CreateData.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWBDQ_INVALID_DATA_HANDLE
Invalid data handle.

Usage

None