WWAN_QUERY_UICC_RESET structure (wwan.h)

The WWAN_QUERY_UICC_RESET structure represents the SIM slot ID that is associated with an OID_WWAN_UICC_RESET query request.

Syntax

typedef struct _WWAN_QUERY_UICC_RESET {
  ULONG SlotId;
} WWAN_QUERY_UICC_RESET, *PWWAN_QUERY_UICC_RESET;

Members

SlotId

A ULONG value that specifies the intended SIM slot of the operation. For a single SIM device, this value is 0. For a dual SIM device, this value is [0..1].

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wwan.h

See also

OID_WWAN_UICC_RESET