tibrvcmEvent_GetQueue()

Function

Declaration

tibrv_status tibrvcmEvent_GetQueue(
    tibrvcmEvent    cmListener,
    tibrvQueue*     queue);

Purpose

Extract the queue of a certified delivery listener object.

Parameter

Description

cmListener

Extract the event queue from this event object.

queue

The program supplies a location. The function stores the event object’s queue in that location.

See Also

tibrvcmEvent

tibrvQueue