다음을 통해 공유


IVoIPCurrentCall2::ConferenceHost (Windows CE 5.0)

Send Feedback

If this call is part of a conference, this method returns the host of the conference.

HRESULT get_ConferenceHost(
  [in] IVoIPCurrentCall **ppiConferenceCall);

Parameters

  • ppiConferenceCall
    [in] Pointer to a caller-allocated IVoIPCurrentCall instance that this method uses to return the host of the conference. On return, the memory location to which this address points contains a reference to the conference host. The ConferenceHost implementation calls IUnknown::AddRef on the interface before returning this pointer. Calling code must call IUnknown::Release when it no longer needs this reference.

Return Values

The following table shows possible return values.

Value Description
E_POINTER The ppiConferenceCall pointer is NULL.
S_OK The conference host was returned correctly.
VOIP_E_INVALIDCALLSTATUS The call is not a part of a conference so there is no conference host to return.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.

See Also

IVoIPCurrentCall2 | IUnknown::AddRef | IUnknown::Release | IVoIPCurrentCall | VAIL Call Conferencing

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.