cwbDQ_GetDesc

Purpose

Get the attribute for the description of the data queue.

Syntax

 
unsigned int CWB_ENTRY cwbDQ_GetDesc(
                             cwbDQ_Attr          queueAttributes,
                             char               *description);

Parameters

cwbDQ_Attr queueAttributes - input
Handle of the data queue attributes returned by a previous call to cwbDQ_CreateAttr.
char * description - output
Pointer to a 51 character buffer where the description will be written. The description is an ASCIIZ string.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWB_INVALID_POINTER
Bad or null pointer.
CWBDQ_INVALID_ATTRIBUTE_HANDLE
Invalid attributes handle.

Usage

None