WWAN_CONFIGURATION_SOURCE enumeration (wwan.h)
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
WwanUserProvisioned The context was created by an end user through the OS settings. |
WwanAdminProvisioned The context was created by an enterprise IT admin from the OS. |
WwanOperatorProvisioned The context was created by the mobile operator through OMA-DM or other channels. |
WwanDeviceProvisioned The context was created by the OS APN database. |
WwanModemProvisioned The context was created by the IHV or OEM. |
WwanModemOperatorProvisioned The context was created by the modem operator. |
WwanMaxProvisionSource The 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 |