CMSPAddress::PostEvent method (mspaddr.h)

The PostEvent 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.

Syntax

HRESULT PostEvent(
  [in] MSPEVENTITEM *EventItem
);

Parameters

[in] EventItem

Pointer to the MSPEVENTITEM structure, which contains the event information.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header mspaddr.h

See also

CMSPAddress