IVoIPMgr::ActiveCurrentCall

This method gets the active call that is currently connected.

HRESULT get_ActiveCurrentCall( 
  IVoIPCurrentCall** ppiCall 
);

Parameters

  • ppiCall
    [out] Pointer to an IVoIPCurrentCall interface pointer that receives the currently connected call.

Return Values

The following table shows the possible return values.

Value Description
VOIP_E_NOACTIVECALL No currently active call.
VOIP_E_NOTINITIALIZED Manager not initialized.

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 | IVoIPCurrentCall

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.