Displays the name of the Telephony Service Provider (TSP) that supports the address. For example, Unimdm.tsp for the Unimodem service provider or H323.tsp for the H323 service provider.
HRESULT
get_ServiceProviderName
(
BSTR*ppName
);
CreateCall
Creates a new call object that is used to make an outgoing call and returns a pointer to the objects ITBasicCallControl interface.
HRESULT
CreateCall
(
BSTR*pDialableAddress,
Long 1AddressType,
Long 1MediaTypes,
ITBasicCallControl**ppCall,
);