// wwan.h
typedef struct _WWAN_UICC_RESET_INFO {
WWAN_UICC_PASSTHROUGH_STATUS PassThroughStatus;
} WWAN_UICC_RESET_INFO, *PWWAN_UICC_RESET_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_UICC_RESET_INFO structure represents the passthrough status of a modem miniport adapter for a UICC smart card.
PassThroughStatusThe passthrough status of the miniport adapter. For more info, see WWAN_UICC_PASSTHROUGH_STATUS.