tibrvQueueGroup_Remove()

Function

Declaration

tibrv_status tibrvQueueGroup_Remove(
    tibrvQueueGroup    eventQueueGroup,
    tibrvQueue         eventQueue);

Purpose

Remove an event queue from a queue group.

Remarks

If the queue is not in the group, this call returns the status code TIBRV_INVALID_QUEUE.

Parameter

Description

eventQueueGroup

Remove an event queue from this queue group.

eventQueue

Remove this event queue from a queue group.

See Also

tibrvQueue

tibrvQueueGroup_Add()