// 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 referenceNo description available.
The WWAN_UICC_PASSTHROUGH_STATUS enumeration defines the passthrough status of a modem miniport adapter for a UICC smart card.
WwanUiccPassThroughDisabledIndicates 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.
WwanUiccPassThroughEnabledIndicates 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.
WwanUiccPassThroughStatusMaximumThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.