Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WWAN_CONFIGURATION_SOURCE enumeration specifies the creation source of a provisioned context.
Syntax
typedef enum _WWAN_CONFIGURATION_SOURCE {
WwanUserProvisioned,
WwanAdminProvisioned,
WwanOperatorProvisioned,
WwanDeviceProvisioned,
WwanModemProvisioned,
WwanModemOperatorProvisioned,
WwanMaxProvisionSource
} WWAN_CONFIGURATION_SOURCE, *PWWAN_CONFIGURATION_SOURCE;
Constants
WwanUserProvisionedThe context was created by an end user through the OS settings. |
WwanAdminProvisionedThe context was created by an enterprise IT admin from the OS. |
WwanOperatorProvisionedThe context was created by the mobile operator through OMA-DM or other channels. |
WwanDeviceProvisionedThe context was created by the OS APN database. |
WwanModemProvisionedThe context was created by the IHV or OEM. |
WwanModemOperatorProvisionedThe context was created by the modem operator. |
WwanMaxProvisionSourceThe maximum value for this enumeration. |
Remarks
This enum is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1703 |
| Header | wwan.h |