WWAN_CONTEXT_OPERATIONS enumeration (wwan.h)
The WWAN_CONTEXT_OPERATIONS enumeration specifies the types of operation used in a Set request for a provisioned context in a mobile broadband (MBB) modem.
Syntax
typedef enum _WWAN_CONTEXT_OPERATIONS {
WwanContextOperationDefault,
WwanContextOperationDelete,
WwanContextOperationRestoreFactory,
WwanContextOperationMaximum
} WWAN_CONTEXT_OPERATIONS, *PWWAN_CONTEXT_OPERATIONS;
Constants
WwanContextOperationDefault The default operation for overwriting an existing context in the modem. |
WwanContextOperationDelete Delete the context. |
WwanContextOperationRestoreFactory Restore factory preconfigured contexts for the Provider ID of the currently inserted SIM. |
WwanContextOperationMaximum The maximum value for this enumeration. |
Remarks
This enumeration is used in the WWAN_SET_CONTEXT_V2 structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |