Platform SDK: TAPI

CMSPAddress::PostEvent

This method is called by the MSPCall to post an event to TAPI3. This method puts the event at the end of the event list and signals TAPI3. Locks the event list.

virtual HRESULT PostEvent(
  MSPEVENTITEM *EventItem
);

Parameters

EventItem
[in] Pointer to the MSPEVENTITEM structure, which contains the event information.

See Also

CMSPAddress