WWAN_SET_UICC_RESET - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_set_uicc_reset)

_WWAN_SET_UICC_RESET structure

Description

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.

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].

See also

MB UICC reset operations

NDIS_WWAN_SET_UICC_RESET

WWAN_UICC_PASSTHROUGH_ACTION