Purpose
Get the attribute for whether information
about the sender is kept with each record on the queue.
Syntax
unsigned int CWB_ENTRY cwbDQ_GetSenderID(
cwbDQ_Attr queueAttributes,
cwb_Boolean *senderID);
Parameters
- cwbDQ_Attr queueAttributes - input
- Handle of the data queue attributes that are returned by a previous call
to cwbDQ_CreateAttr.
- cwb_Boolean * senderID - output
- Pointer to a Boolean where the sender ID indicator will be written.
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.