WWAN_UICC_APP_TYPE - NtDoc

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

NtDoc

No description available.

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

_WWAN_UICC_APP_TYPE enumeration

Description

The WWAN_UICC_APP_TYPE enumeration specifies the type for a UICC application.

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.

See also

MB UICC application and file system access

OID_WWAN_UICC_APP_LIST

WWAN_UICC_APP_INFO