หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The ITMSPAddress interface 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 will call CoCreateInstance on this interface to create the MSP object.
Inheritance
The ITMSPAddress interface inherits from the IUnknown interface. ITMSPAddress also has these types of members:
Methods
The ITMSPAddress interface has these methods.
| ITMSPAddress::CreateMSPCall The ITMSPAddress::CreateMSPCall (tapi3.h) method creates an MSP Call object. TAPI aggregates this onto the main Call object and exposes the ITStreamControl interface. |
| ITMSPAddress::GetEvent The ITMSPAddress::GetEvent (tapi3.h) method retrieves event information. |
| ITMSPAddress::Initialize The ITMSPAddress::Initialize (tapi3.h) method is called when the MSP is loaded. |
| ITMSPAddress::ReceiveTSPData The ITMSPAddress::ReceiveTSPData (tapi3.h) method is called by TAPI 3 when the TSP sends asynchronous data to the MSP. |
| ITMSPAddress::Shutdown The ITMSPAddress::Shutdown (tapi3.h) method is called when the MSP is unloaded. Shutdown will be called once per address object. |
| ITMSPAddress::ShutdownMSPCall The ITMSPAddress::ShutdownMSPCall (tapi3.h) method is called when the call object is being destroyed. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3.h (include Tapi3.h) |