cwbDQ_DeleteAttr

Purpose

Delete the data queue attributes.

Syntax

 
unsigned int CWB_ENTRY cwbDQ_DeleteAttr(
                             cwbDQ_Attr          queueAttributes);

Parameters

cwbDQ_Attr queueAttributes - input
Handle of the data queue attributes returned by a previous call to cwbDQ_CreateAttr.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWBDQ_INVALID_ATTRIBUTE_HANDLE
Invalid attributes handle.

Usage

None