WWAN_UICC_APP_TYPE enumeration (wwan.h)

The WWAN_UICC_APP_TYPE enumeration specifies the type for a UICC application.

Syntax

typedef enum _WWAN_UICC_APP_TYPE {
  WwanUiccAppTypeUnknown,
  WwanUiccAppTypeMf,
  WwanUiccAppTypeMfSIM,
  WwanUiccAppTypeMfRUIM,
  WwanUiccAppTypeUSIM,
  WwanUiccAppTypeCSIM,
  WwanUiccAppTypeISIM,
  WwanUiccAppTypeMax
} WWAN_UICC_APP_TYPE, *PWWAN_UICC_APP_TYPE;

Constants

 
WwanUiccAppTypeUnknown
Unknown type.
WwanUiccAppTypeMf
Legacy SIM directories rooted at the MF.
WwanUiccAppTypeMfSIM
Legacy SIM directories rooted at the DF_GSM.
WwanUiccAppTypeMfRUIM
Legacy SIM directories rooted at the DF_CDMA.
WwanUiccAppTypeUSIM
A USIM application.
WwanUiccAppTypeCSIM
A CSIM application.
WwanUiccAppTypeISIM
An ISIM application.
WwanUiccAppTypeMax
The maximum value for this enumeration.

Remarks

This enumeration is used in the WWAN_UICC_APP_INFO structure.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header wwan.h

See also

MB UICC application and file system access

OID_WWAN_UICC_APP_LIST

WWAN_UICC_APP_INFO