Share via


IVoIPMgr::Parameters (Windows CE 5.0)

Send Feedback

Note   As of Windows CE 5.0, this method is no longer supported and always returns E_NOTIMPL. The remainder of this topic applies only to Windows CE 4.2. For more information about migrating applications that use this method, see Migrating to New Initialization and Provisioning APIs.

This method retrieves the version of the VoIPMgrParameters structure that the VoIP manager used to register with IVoIPDirectoryClient (minus the password field).

HRESULT get_Parameters(   VoIPMgrParameters* pvmpUsed );

Parameters

  • pvmpUsed
    [out] Pointer to a VoIPMgrParameters structure that contains manager parameters.

Return Values

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

Remarks

The fIsPasswordValid flag is used exclusively with this method, as the password is not part of the retrieved structure.

Requirements

OS Versions: Windows CE .NET 4.2.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.

See Also

VAIL Architecture | VAIL Reference | IVoIPDirectoryClient | IVoIPMgr::Initialize | VoIPMgrParameters

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.