WWAN_UICC_PASSTHROUGH_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_UICC_PASSTHROUGH_STATUS {
  WwanUiccPassThroughDisabled,
  WwanUiccPassThroughEnabled,
  WwanUiccPassThroughStatusMaximum
} WWAN_UICC_PASSTHROUGH_STATUS, *PWWAN_UICC_PASSTHROUGH_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_uicc_passthrough_status)

_WWAN_UICC_PASSTHROUGH_STATUS enumeration

Description

The WWAN_UICC_PASSTHROUGH_STATUS enumeration defines the passthrough status of a modem miniport adapter for a UICC smart card.

Constants

WwanUiccPassThroughDisabled

Indicates that passthrough to the UICC is disabled. When UICC passthrough is disabled, the MB host treats the UICC as a regular Telecom UICC and expects a Telecom UICC file system to be present on the UICC.

WwanUiccPassThroughEnabled

Indicates that passthrough to the UICC is enabled. When UICC passthrough is enabled, the modem miniport adapter treats the UICC as if it were in a passthrough mode that enables communication between the host and UICC, even if the UICC has no Telecom UICC file system. The miniport adapter does not send any APDUs to the card and does not interfere at any time with the communication between the host and the UICC.

WwanUiccPassThroughStatusMaximum

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

See also

MB UICC reset operations

WWAN_UICC_RESET_INFO