Share via


VoIPMgrParameters (Windows CE 5.0)

Send Feedback

Note   As of Windows CE 5.0, this structure is no longer supported. This information applies only to Windows CE 4.2. For more information about migrating applications that use this structure, see Migrating to New Initialization and Provisioning APIs.

This structure contains the VoIP Manager parameters. It is used by IVoIPMgr::Initialize. To see the initialization parameters, the application should call IVoIPMgr::Parameters.

typedef struct {DirectoryClientRegParamsDCRegParams;BSTRbstrSipPassword;} VoIPMgrParameters;

Members

  • DCRegParams
    A DirectoryClientRegParams structure containing parameters used to register with the directory client. The IVoIPDirectoryClient interface is used to obtain the phone URI, SIP server address, and profile string.
  • bstrSipPassword
    Authentication password for the SIP server.

Requirements

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

See Also

VAIL Structures | VoIP Application Interface Layer Architecture | DirectoryClientRegParams | IVoIPDirectoryClient | IVoIPMgr::Initialize | IVoIPMgr::Parameters

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.