IVoIPCurrentCall::NetworkStatus

This method gets 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

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.