tibrvEvent_GetListenerSubject()

Function

Declaration

tibrv_status tibrvEvent_GetListenerSubject(
    tibrvEvent          event,
    const char**        subject);

Purpose

Extract the subject from a listener event object.

Parameter

Description

event

Extract the subject from this listener.

subject

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

See Also

tibrvEvent_CreateListener()