WWAN_SET_UICC_RESET structure (wwan.h)
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.
Syntax
typedef struct _WWAN_SET_UICC_RESET {
WWAN_UICC_PASSTHROUGH_ACTION PassThroughAction;
ULONG SlotId;
} WWAN_SET_UICC_RESET, *PWWAN_SET_UICC_RESET;
Members
PassThroughAction
The passthrough action specified by the host. For more info, see WWAN_UICC_PASSTHROUGH_ACTION.
SlotId
A 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].
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Header | wwan.h (include Wwan.h) |