WWAN_CONTEXT_OPERATIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_CONTEXT_OPERATIONS {
  WwanContextOperationDefault,
  WwanContextOperationDelete,
  WwanContextOperationRestoreFactory,
  WwanContextOperationMaximum
} WWAN_CONTEXT_OPERATIONS, *PWWAN_CONTEXT_OPERATIONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_context_operations)

_WWAN_CONTEXT_OPERATIONS enumeration

Description

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.

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.

See also

WWAN_SET_CONTEXT_V2