Platform SDK: TAPI

MSP_CALL_EVENT_INFO

This structure is contained within MSP_EVENT_INFO if the MSP event is ME_CALL_EVENT.

struct 
{
  MSP_CALL_EVENT       Type;
  ITStream           * pStream;
  ITTerminal         * pTerminal;
  HRESULT              hrError;
} MSP_CALL_EVENT_INFO;

Members

Type
Indicates type of MSP_CALL_EVENT that has occurred.
pStream
Pointer to ITStream interface on which event occurred.
pTerminal
Pointer to ITTerminal interface on which event occurred.
hrError
Indicates error, if one has happened.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.

See Also

Media Service Provider Interface (MSPI), MSP_EVENT_INFO, ITMSPAddress::GetEvent