Share via


DCRP_VALID_ (Windows CE 5.0)

Send Feedback

Note   As of Windows CE 5.0, these constants are no longer supported. The information here applies only to Windows CE .NET 4.2. For more information about migrating applications that use these constants, see Migrating to New Initialization and Provisioning APIs.

The following table shows constants used by the DirectoryClientRegParams structure to specify which of the parameters are valid.

Value Description
DCRP_VALID_USERNAME = 0x00000001 User name is valid and should be used instead of the default "sip_<MAC address of device>". For example, if the MAC address of the device is KA5678, the default value is sip_KA_56_78.
DCRP_VALID_PASSWORD = 0x00000002 Password is valid and should be used instead of the default "" (empty string).
DCRP_VALID_XML = 0x00000004 XML is valid and should be used instead of the default "" (empty string).
DCRP_VALID_DOMAIN = 0x00000008 Domain is valid and should be used instead of the default "" (empty string).
DCRP_VALID_ALL = DCRP_VALID_USERNAME | DCRP_VALID_PASSWORD | DCRP_VALID_XML | DCRP_VALID_DOMAIN User name, password, XML, and domain are valid, and should be used instead of the default "" (empty string).

Requirements

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

See Also

VoIP Application Interface Layer Architecture | VoIP Application Interface Layer Reference | DirectoryClientRegParams

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.