// wwan.h
typedef struct _WWAN_SET_UICC_RESET {
WWAN_UICC_PASSTHROUGH_ACTION PassThroughAction;
ULONG SlotId;
} WWAN_SET_UICC_RESET, *PWWAN_SET_UICC_RESET;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_SET_UICC_RESET structure represents the passthrough action the MB host specifies for a modem miniport adapter after it resets a UICC smart card.
PassThroughActionThe passthrough action specified by the host. For more info, see WWAN_UICC_PASSTHROUGH_ACTION.
SlotIdA ULONG value that identifies the SIM slot of the operation. For single SIM devices this value is 0. For dual SIM devices this value is [0..1].