Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An application interacts with the VAIL through two mechanisms:
By using an IVoIPMgr/IVoIPMgr2 reference.
Application code creates the VoIP manager object that implements these interfaces by calling CoCreateInstance with the constant CLSID_VoIPMgr.
By implementing and providing an IVoIPUI reference to the VAIL.
The application creates a COM object that implements this interface and passes a reference to this object when it calls IVoIPMgr2::InitializeEx.
The following topics provide more information about using the VAIL from an application:
See Also
Send Feedback on this topic to the authors