IVoIPMgr::Uninitialize (Windows CE 5.0)
This method uninitializes the VoIP manager. It releases the media manager and unregisters the phone with the SIP server. To prevent memory leakage, the application must call this method before exiting.
HRESULT Uninitialize();
Parameters
None.
Return Values
If the HRESULT value passed to the SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Remarks
This method posts its progress in IVoIPUI::OnSystemEvent. Passing a VoIPSystemEvent enumeration value of e_vseTerminated to OnSystemEvent indicates that the VoIP manager has been successfully shut down and can be released.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.
See Also
VAIL Architecture | VAIL Reference | IVoIPMgr::Initialize | IVoIPUI::OnSystemEvent | VoIPSystemEvent
Send Feedback on this topic to the authors