// wwan.h
typedef enum _WWAN_CONTEXT_OPERATIONS {
WwanContextOperationDefault,
WwanContextOperationDelete,
WwanContextOperationRestoreFactory,
WwanContextOperationMaximum
} WWAN_CONTEXT_OPERATIONS, *PWWAN_CONTEXT_OPERATIONS;
View the official Windows Driver Kit DDI referenceNo description available.
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.
WwanContextOperationDefaultThe default operation for overwriting an existing context in the modem.
WwanContextOperationDeleteDelete the context.
WwanContextOperationRestoreFactoryRestore factory preconfigured contexts for the Provider ID of the currently inserted SIM.
WwanContextOperationMaximumThe maximum value for this enumeration.
This enumeration is used in the WWAN_SET_CONTEXT_V2 structure.