Platform SDK: TAPI

CMSPCallBase::HandleStreamEvent

This method is called by a stream to send an event to TAPI. It fills in the call handle in the event info structure and then calls the PostEvent method on the MSP address object. (Note that this way, events generated on the streams "flow" toward the address object via the call object, with more information filled in at each step. This reduces the amount of state that must be kept in the MSP call and MSP stream objects.)

virtual HRESULT HandleStreamEvent(
  MSPEVENTITEM *EventItem
) const; 

Parameters

EventItem
Pointer to MSPEVENTITEM, a struct containing a linked list of MSP_EVENT_INFO structs.

See Also

CMSPCallBase