// wwan.h
typedef enum _WWAN_UICC_APP_TYPE {
WwanUiccAppTypeUnknown,
WwanUiccAppTypeMf,
WwanUiccAppTypeMfSIM,
WwanUiccAppTypeMfRUIM,
WwanUiccAppTypeUSIM,
WwanUiccAppTypeCSIM,
WwanUiccAppTypeISIM,
WwanUiccAppTypeMax
} WWAN_UICC_APP_TYPE, *PWWAN_UICC_APP_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_UICC_APP_TYPE enumeration specifies the type for a UICC application.
WwanUiccAppTypeUnknownUnknown type.
WwanUiccAppTypeMfLegacy SIM directories rooted at the MF.
WwanUiccAppTypeMfSIMLegacy SIM directories rooted at the DF_GSM.
WwanUiccAppTypeMfRUIMLegacy SIM directories rooted at the DF_CDMA.
WwanUiccAppTypeUSIMA USIM application.
WwanUiccAppTypeCSIMA CSIM application.
WwanUiccAppTypeISIMAn ISIM application.
WwanUiccAppTypeMaxThe maximum value for this enumeration.
This enumeration is used in the WWAN_UICC_APP_INFO structure.
MB UICC application and file system access