CMSPAddress Pure Virtual Methods

These methods must be overridden by derived classes.

CMSPAddress pure virtual methods Description
MSPAddressAddRef Private AddRef method for the address.
MSPAddressRelease Private Release method for the address.
CreateMSPCall Called by TAPI to create a call object. The implementation in the derived class should simply call the CreateMSPCallHelper function.
ShutdownMSPCall Called by TAPI to shut down a call object. The implementation in the derived class should simply call the ShutdownMSPCallHelper function.
GetCallMediaTypes Gets media types supported by the MSP.

 

CMSPAddress