Platform SDK: TAPI |
ITMSPAddress is implemented by the MSP and represents a media service provider to the TAPI DLL. It is not exposed to end-user or server applications. TAPI 3.0 will call CoCreateInstance on this interface to create the MSP object.
IUnknown Methods
ITMSPAddress methods | Description |
---|---|
Initialize | Called when the MSP is loaded. |
Shutdown | Called when the MSP is unloaded. |
CreateMSPCall | Create an ITStreamControl object representing a new TAPI call. |
ShutdownMSPCall | Called when the call is being disconnected. |
ReceiveTSPData | Called when the TSP sends asynchronous data to the MSP. |
GetEvent | Gets event information. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.
Media Service Provider Interface (MSPI), ITStreamControl, ITStream, ITSubStreamControl, ITSubStream