WWAN_UICC_RESET_INFO - NtDoc

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

NtDoc

No description available.

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

_WWAN_UICC_RESET_INFO structure

Description

The WWAN_UICC_RESET_INFO structure represents the passthrough status of a modem miniport adapter for a UICC smart card.

Members

PassThroughStatus

The passthrough status of the miniport adapter. For more info, see WWAN_UICC_PASSTHROUGH_STATUS.

See also

MB UICC reset operations

NDIS_WWAN_UICC_RESET_INFO

WWAN_UICC_PASSTHROUGH_STATUS