CM_PPPEntries Configuration Service Provider
The CM_PPPEntries Configuration Service Provider configures the Point-to-Point Protocol (PPP) entries on the device. Settings for RAS connections are defined in this Configuration Service Provider. GPRS connections are configured using the CM_GPRSEntries connection service provider.
Note This Configuration Service Provider is managed over the OMA Client Provisioning (formerly WAP) protocol. To provision devices using the OMA DM protocol, use the NAP Configuration Service Provider instead.
Note Access to this Configuration Service Provider is determined by Security roles. Because OEMs and Mobile Operators can selectively disallow access, ask them about the availability of this Configuration Service Provider. For more information about roles, see Security Roles and Default Roles for Configuration Service Providers.
In the root characteristic, the default security roles are defined. The following table shows the default settings.
Permissions | Read/Write |
Roles allowed to query and update setting | Manager
AuthenticatedUser |
The following image shows the Configuration Service Provider in tree format as used by OMA Client Provisioning.
Characteristics
<entryname>
Specifies the name of the connection. Fields under this characteristic specify parameters for this connection.Note The operating system does not allow duplicate entry names among the CM_VPNEntries, CM_PPPEntries, and CM_GPRSEntries connection service providers.
<entryname>/DevSpecificCellular
Sets parameters in the device-specific structure that is passed by RAS to the cellular TAPI device through lineSetDevConfig before initiating the connection. This characteristic is valid only for connections that use the cellular TAPI service provider.<entryname>/DevSpecificUnimodem
Sets parameters in the device-specific structure that is passed by RAS to the unimodem TAPI device through lineSetDevConfig before initiating the connection. This characteristic is valid only for connections that use the unimodem TAPI service provider.
Parameters
- AltDnsAddr
This parameter is used in the <entryname> characteristic and is placed in the ipaddrDnsAlt member of the RASENTRY structure. For more information about RASENTRY, see MSDN.
Note Once configured, the AltDnsAddr parameter cannot be set to null by configuration with a blank string. The only way to change the setting is to pass in the value "0.0.0.0".
The following table shows the default settings.
Permissions | Read/Write |
Data type | String |
Roles allowed to query and update setting | Manager
Operator TPS AuthenticatedUser |
AltWinsAddr
This parameter is used in the <entryname> characteristic and is placed in the ipaddrWinsAlt member of the RASENTRY structure. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
AlwaysOn
Used in the <entryname> characteristic to specify whether the connection supports AlwaysOn. Permitted values are false (AlwaysOn not supported) and true (AlwaysOn supported).The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
AreaCode
This parameter is used in the <entryname> characteristic and is placed in the szAreaCode member of the RASENTRY structure. AreaCode specifies the area code portion of the phone number. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Label Area code: Semantic type phone-number Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
BearerInfoConnectionElement
This parameter is used in the <entryname>/DevSpecificCellular characteristic and is placed in the dwConnectionElement member of the CELLDEVCONFIG structure. See CELLBEARERINFO in the Smartphone SDK Developer's Reference on MSDN for more information about this parameter. See GSM specification 07.07 "6.7 Select bearer service type +CBST" for more information. The following table lists the possible values.Value Description 1 Transparent 2 NonTransparent 3 BothTransparent 4 Both NonTransparent The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
BearerInfoService
This parameter is used in the <entryname>/DevSpecificCellular characteristic and is placed in the dwService member of the CELLDEVCONFIG structure. Permitted values are one of the CELLDEVCONFIG_SERVICE_* values defined in tsp.h. See GSM specification 07.07 "6.7 Select bearer service type +CBST" for more information. The following table lists the possible values.Value Description 1 Async Modem 2 Sync Modem 3 Async PAD Access 4 Sync Packet Access The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
BearerInfoSpeed
This parameter is used in the <entryname>/DevSpecificCellular characteristic and is placed in the dwSpeed member of the CELLDEVCONFIG structure. Permitted values are one of the CELLDEVCONFIG_SPEED_* values defined in tsp.h. See GSM specification 07.07 "6.7 Select bearer service type +CBST" for more information. The following table lists the possible values.Value Description 1 Auto 2 300 v21 3 300 v110 4 12000 v22 5 1200/75 v23 6 1200 v110 7 1200 v120 8 2400 v22bis 9 2400 v26ter 10 2400 v110 11 2400 v120 12 4800 v32 13 4800 v110 14 4800 v120 15 9600 v32 16 9600 v34 17 9600 v110 18 9600 v120 19 14400 v34 20 14400 v110 21 14400 v120 22 19200 v34 23 19200 v110 24 19200 v120 25 28800 v34 26 28800 v110 27 28800 v120 28 38400 v110 29 38400 v120 30 48000 v110 31 48000 v120 32 56000 v110 33 56000 v120 34 56000 Transparent 35 64000 Transparent The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
BearerInfoValid
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify whether other bearer information parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bBearerInfoValid member of the CELLDEVCONFIG structure associated with the connection (defined in the tsp.h header file). See the Smartphone SDK Developer's Reference on MSDN for more information.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
CompressionInfoDirection
This parameter is used in the <entryname>/DevSpecificCellular characteristic and is placed in the dwDirection member of the CELLDEVCONFIG structure. See CELLDATACOMPINFO in the Smartphone SDK Developer's Reference on MSDN for more information about this parameter. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information. The following table lists the possible values.Value Description 1 None 2 Transmit 3 Receive 4 Both The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
CompressionInfoMaxDictEntries
This parameter is used in the <entryname>/DevSpecificCellular characteristic to control the maximum number of dictionary entries for V.42bis data compression. The value is placed in the dwMaxDictEntries member of the CELLDEVCONFIG structure. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
CompressionInfoMaxStringLength
This parameter is used in the <entryname>/DevSpecificCellular characteristic to control the maximum string length for V.42bis data compression. The value is placed in the dwMaxStringLength member of the CELLDEVCONFIG structure. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
CompressionInfoRequired
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify whether data compression is required. Permitted values are 0 for OFF or 1 for ON. This value is placed in the dwRequired member of the CELLDEVCONFIG structure. See "ITU-T Recommendation V.25 ter" Section 6.6.1 for more information.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
CompressionInfoValid
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify whether other radio link information parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bDataCompInfoValid member of the CELLDEVCONFIG, CELLDATACOMPINFO, CELLGPRSCONNECTIONINFO, and CELLRADIOLINKINFO structures as defined in the Smartphone SDK Developer's Reference on MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
CountryCode
This numeric parameter is used in the <entryname> characteristic and is placed in the dwCountryCode member of the RASENTRY structure. CountryCode specifies the country code portion of the phone number. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Integer Label Country code: Semantic type phone-number Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Desc.<langid>
This parameter is used in the <entryname> characteristic. A tag in the format of Desc.<langid> will be used as the language specific identifier for that entry. For example, the field<parm name="Desc.0409" value="PPP Dialup" />
will force "PPP Dialup" to appear in the UI to represent this connection when the device is set to English language (language ID 0409). Descriptions for multiple languages may be provisioned using this mechanism, and the system will automatically switch among them if the user changes language preferences on the device. If no Desc tag is provisioned for a given language, the system will default to the characteristic tag name used to create the entry.The following table shows the default settings.
Permissions Read/Write Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
DestId
This parameter is used in the <entryname> characteristic as a GUID that represents the unique ID of the network to which this entry connects. See the connmgr.h header for predefined GUID values IID_DestNet*.The following table shows the default settings.
Permissions Read/Write Data type String Label Connects to Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
DeviceName
This parameter is used in the <entryname> characteristic and is placed in the szDeviceName member of the RASENTRY structure. DeviceName specifies the local portion of the phone number. For more information about RASENTRY, see MSDN.This string contains the name of a TAPI device to use with this phone-book entry, for example "XYZ Corp 28800 External". To enumerate the number of available RAS-capable devices, use the lineInitialize function. For Windows Mobile-based Smartphones, by default, this field contains the name of the cellular TAPI device (specified in tsp.h) of "Cellular Line".
The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
DeviceSpecificRAW
This parameter is used in the <entryname> characteristic to allow querying or setting the TAPI device-specific data structure associated with the RAS entry. This duplicates the functionality of the various XML tags under the DevSpecificCellular and DevSpecificUnimodem characteristics, and also allows the setting of the device-specific information for other non-standard TAPI service providers. It should be used with great caution because it allows direct manipulation of the underlying data structures used by the TAPI service provider. The string value is interpreted as a hexadecimal byte stream, for example the string "FFFFFFFF" will set the structure to a single DWORD with all bits set. The resulting structure is passed into the TAPI service provider through lineSetDevConfig each time the connection is brought up.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
DeviceType
This parameter is used in the <entryname> characteristic and is placed in the szDeviceType member of the RASENTRY structure. The default value for the szDeviceType is "modem". For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
DialAsLocalCall
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_DialAsLocalCall member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.Note For cellular devices, this member is typically ignored, and the system is programmed to dial the full canonical number, for example "+<country code><area code><local number>".
The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
DnsAddr
This parameter is used in the <entryname> characteristic and is placed in the ipaddrDns member of the RASENTRY structure. For more information about RASENTRY, see MSDN.
Note Once configured, the DnsAddr parameter cannot be set to null by configuration with a blank string. The only way to change the setting is to pass in the value "0.0.0.0".
The following table shows the default settings.
Permissions | Read/Write |
Data type | String |
Roles allowed to query and update setting | Manager
Operator TPS AuthenticatedUser |
Domain
This parameter is used in the <entryname> characteristic and is placed in the szDomain member of the RASDIALPARAMS structure. This parameter specifies the domain to be used during authentication. For more information about RASDIALPARAMS, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Label Domain: Semantic type url Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Enabled
This parameter can be used in the <entryname> characteristic to enable or disable a connection entry without removing it from the system. The following table lists the possible values.Value Description 0 The connection entry is disabled 1 The connection entry is enabled The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
FrameSize
This parameter is used in the <entryname> characteristic and is placed in the dwFrameSize member of the RASENTRY structure. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Framing
This parameter is used in the <entryname> characteristic and is placed in the dwFramingProtocol member of the RASENTRY structure. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
IpAddr
This parameter is used in the <entryname> characteristic and is placed in the ipaddr member of the RASENTRY structure. IpAddr specifies the IP address to be used while this connection is active. This member is ignored unless dwfOptions specifies the RASEO_SpecificIpAddr member. For more information about RASENTRY, see MSDN.The following table shows the default settingsfor this parameter.
Permissions Read/Write Data type String Label IP address: Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
IpHeaderCompression
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_IpHeaderCompression member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Password
This parameter is used in the <entryname> characteristic and is placed in the szPassword member of the RASDIALPARAMS structure. The Password parameter specifies the password to be used during authentication. If left empty, the system will optionally automatically prompt for the user name and password when making a connection. The RequirePw member controls this behavior. Queries of this field will return a string composed of asterisks (*).On operations to set the password, passing in this same string will cause the new password to be ignored and will not change the existing password.
The following table shows the default settings.
Permissions Read/Write Data type String Label Password: Semantic type alphanumeric-password Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Phone
This parameter is used in the <entryname> characteristic and is placed in the szLocalPhoneNumber member of the RASENTRY structure. The Phone parameter specifies the local portion of the phone number. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Label Phone number: Semantic type phone-number Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoAckTimer
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwAckTimer member of the CELLRADIOLINKINFO structure as defined in the Smartphone SDK Developer's Reference on MSDN. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" T1 parameter for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoIws
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwIws member of the CELLRADIOLINKINFO structure as defined in the Smartphone SDK Developer's Reference on MSDN. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" iws parameter for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoMws
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwMws member of the CELLRADIOLINKINFO structure as defined in the Smartphone SDK Developer's Reference on MSDN. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" mws parameter for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoResequenceTimer
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwResequenceTimer member of the CELLBEARERINFO, CELLDATACOMPINFO, CELLGPRSCONNECTIONINFO, and CELLRADIOLINKINFO structures as defined in the Smartphone SDK Developer's Reference on MSDN. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" T4 parameter for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoRetransmitAttempts
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwRetransmitAttempts member of the CELLRADIOLINKINFO structure as defined in the Smartphone SDK Developer's Reference on MSDN. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" N2 parameter for more information.The following table shows the default setting\.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoValid
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify whether other radio link information parameters are valid. Permitted values are 0 for OFF or 1 for ON. The value is placed in the bRadioLinkInfoValid member of the CELLDEVCONFIG structure as defined in the Smartphone SDK Developer's Reference on MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RadioLinkInfoVersion
This parameter is used in the <entryname>/DevSpecificCellular characteristic to specify the value to be placed in the dwVersion member of the CELLRADIOLINKINFO structure as defined in the Smartphone SDK Developer's Reference on MSDN. See GSM specification 07.07 "6.8 Radio link protocol +CRLP" ver parameter for more information.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RemoteDefaultGateway
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_RemoteDefaultGateway member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RequireDataEncryption
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_RequireDataEncryption member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RequireEncryptedPw
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_RequireEncryptedPw member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RequireMsEncryptedPw
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_RequireMsEncryptedPw member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
RequirePw
This parameter is used in the <entryname> characteristic to control whether the system should prompt for a user name/password/domain name before dialing the phone. If set to a 1, the system will prompt if no password or user name is provisioned. If set to 0, the system will not prompt for a password before dialing even if no password or user name is provisioned. For PPP connections, the default value of this parameter is 1.The following table shows the default settings.
Permissions Read/Write Data type Integer Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Script
This parameter is used in the <entryname> characteristic and is placed in the szScript member of the RASENTRY structure. The Script parameter specifies a string containing the name of the script file. The file name should be a full path. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Secure
Used in the <entryname> characteristic to specify whether the connection is marked as secure. Permitted values are false (not secure) and true (secure).The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
SpecificIpAddr
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_SpecificIpAddr member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
SpecificNameServers
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_SpecificNameServers member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
SwCompression
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_SwCompression member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
UseCountryAndAreaCodes
This parameter is used in the <entryname> characteristic to control the setting of the RASEO_UseCountryAndAreaCodes member in the RASENTRY structure. Permitted values are 0 for OFF or 1 for ON. For more information about RASENTRY and the use of this parameter, see MSDN.Note For cellular devices, this parameter is typically ignored, and the system is programmed to dial the full canonical number, for example "+<country code><area code><local number>".
The following table shows the default settings.
Permissions Read/Write Data type Boolean Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
UserName
This parameter is used in the <entryname> characteristic and is placed in the szUserName member of the RASDIALPARAMS structure. The UserName parameter specifies the user name to be used during authentication. See PROXY_CONFIG in the Smartphone SDK Developer's Reference on MSDN. If the Username parameter is left empty, the system will optionally automatically prompt for the user name and password when making a connection. The RequirePw member controls this behavior.The following table shows the default settings.
Permissions Read/Write Data type String Label User name: Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
WinsAddr
This parameter is used in the <entryname> characteristic and is placed in the ipaddrWins member of the RASENTRY structure. WinsAddr specifies the IP address of the WINS server to be used while this connection is active. This member is ignored unless dwfOptions specifies the RASEO_SpecificNameServers member. For more information about RASENTRY, see MSDN.The following table shows the default settings.
Permissions Read/Write Data type String Roles allowed to query and update setting Manager Operator TPS
AuthenticatedUser
Microsoft Custom Elements
The following table shows the Microsoft custom elements that this Configuration Service Provider supports for OMA Client Provisioning.
Elements | Available |
---|---|
noparm | No |
nocharacteristic | Yes |
characteristic-query | Yes |
parm-query | Yes |
Use these elements to build standard OMA Client Provisioning (formerly WAP) configuration XML. For information about specific elements, see MSPROV DTD Elements. For examples of how to generally use the Microsoft custom elements, see Provisioning XML File Examples.
For information about OMA Client Provisioning, see OMA Client Provisioning Files.
See Also
Configuration Service Provider Reference for Windows Mobile-Based Devices | CM_PPPEntries Configuration Service Provider Examples for OMA Client Provisioning
Send Feedback on this topic to the authors