Platform SDK: TAPI

MSP_ADDRESS_EVENT_INFO

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

struct
{
  MSP_ADDRESS_EVENT   Type;
  ITTerminal        * pTerminal;
} MSP_ADDRESS_EVENT_INFO;

Members

Type
Describes msp address event of event that has occurred.
pTerminal
Pointer to ITTerminal interface.

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