IVoIPMgr::Parameters

This method gets 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 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.

See Also

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | IVoIPDirectoryClient | IVoIPMgr::Initialize | VoIPMgrParameters

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.