Share via


DirectoryClientRegParams (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 describes the registration parameters for a directory client. These parameters are passed in a field of the VoIPMgrParameters structure used for initialization of the VoIP Manager.

typedef struct { DWORDdwFlags;DWORDdwMask;BSTRbstrUserName;BSTRbstrPassword;BOOLfIsPasswordSet;BSTRbstrExtraXML;BSTRbstrDomain;} DirectoryClientRegParams;

Members

  • dwFlags
    Reserved. Set to zero (0).
  • dwMask
    DCRP_VALID_ flags. If this field specifies any parameter as not valid, the VoIP Manager will fill in the default values during initialization.
  • bstrUserName
    The user name, if required for authentication or login.
  • bstrPassword
    The password, if required for authentication.
  • fIsPasswordSet
    TRUE if the password was set on initialization, and FALSE otherwise. This value is set by the VoIP Manager and retrieved by calling IVoIPMgr::Parameters. If this structure is used as an input parameter, the fIsPasswordSet field is ignored.
  • bstrExtraXML
    Extra XML parameters that a specific directory client may need in order to get a URI or a server.
  • bstrDomain
    The domain, if required for authentication of login.

Requirements

OS Versions: Windows CE .NET 4.2.
Header: Voipmanager.h.

See Also

VAIL Structures | VoIP Application Interface Layer Architecture | IVoIPDirectoryClient | IVoIPMgr | IVoIPMgr::Initialize | VoIPMgrParameters | DCRP_VALID_

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.