VoIPMgrParameters

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 {
  DirectoryClientRegParams DCRegParams; 
  BSTR bstrSipPassword;
} 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 and later.
Header: Voipmanager.h.
Link Library: Voipguid.lib

See Also

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.