IVoIPMediaMgr::InitializeRTCClient (Windows CE 5.0)

Send Feedback

This method initializes the RTC client. It calls IRTCClient::Initialize, inherited by IRTCClient2. Alternatively this method can call IRTCClient2::InitializeEx. Initialization of the client is the media manager's chance to disable the RTC media stack if necessary. InitializeRTCClient must return successfully for the VoIP manager to continue to use the client pointer.

HRESULT InitializeRTCClient(   IRTCClient2* piClient );

Parameters

  • piClient
    [in] Pointer to the IRTCClient2 interface for the media manager to initialize.

Return Values

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

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmediamanager.idl.
Link Library: Voipguid.lib.

See Also

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IRTCClient::Initialize | IRTCClient2 | IRTCClient2::InitializeEx | IVoIPMgr

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.