tibrvMsg_GetEvent()

Function

Declaration

tibrv_status tibrvMsg_GetEvent(
    tibrvMsg        message,
    tibrvEvent*     event);

Purpose

Extract the event associated with a (dispatched) message object.

Parameter

Description

message

Extract the event associated with this message object.

event

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

Remarks

Dispatch associates the message with a listener event.

This call is valid only for an inbound message that has already been dispatched to a listener event. Error status TIBRV_INVALID_MSG indicates that the message is not associated with a listener event.

See Also

tibrvMsg_GetClosure()

tibrvEventVectorCallback