tibrvEvent_GetQueue()

Function

Declaration

tibrv_status tibrvEvent_GetQueue(
    tibrvEvent         event,
    tibrvQueue*        queue);

Purpose

Extract the queue of an event object.

Parameter

Description

event

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

tibrvEvent

tibrvQueue