tibrvEvent_GetType()

Function

Declaration

tibrv_status tibrvEvent_GetType(
    tibrvEvent            event,
    tibrvEventType*       type);

Purpose

Extract the type of an event object.

Parameter

Description

event

Extract the event type from this event object.

type

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

See Also

tibrvEvent

tibrvEventType