IVoIPCurrentCall::NetworkStatus (Windows CE 5.0)

Send Feedback

This method retrieves the network status for the call. This status reflects the last call status change event received by IVoIPUI::OnCallEvent with an e_vceStatusChanged value. The result can be used to signal progress tones.

HRESULT get_NetworkStatus(   LONG* plStatus);

Parameters

  • plStatus
    [out] Pointer to the network status as of the last call status change event.

Return Values

This method can return an RTC_E_ constant. For disconnected calls, zero indicates normal disconnection.

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.