次の方法で共有


IVoIPMgr::RTCClient (Windows CE 5.0)

Send Feedback

This method retrieves the RTC client for access to the RTC API. Use of this method is not recommended.

HRESULT get_RTCClient(   IRTCClient** ppiRTCClient);

Parameters

  • ppiRTCClient
    [out] Pointer to an IRTCClient interface pointer that receives the RTC client. This method adds a reference to the object. The caller releases this reference.

    Note   The application should only use this pointer if there is a requirement that IRTCClient satisfies that is not met by calls to IVoIPCurrentCall and other methods within IVoIPMgr. Using the pointer incorrectly (including for features that the manager provides) may put the VoIP manager in an unstable state.

Return Values

If the HRESULT value passed to the SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.