WWAN_UICC_FILE_TYPE - NtDoc

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

typedef enum _WWAN_UICC_FILE_TYPE {
  WwanUiccFileTypeUnknown,
  WwanUiccFileTypeWorkingEf,
  WwanUiccFileTypeInternalEf,
  WwanUiccFileTypeDfOrAdf,
  WwanUiccFileTypeMax
} WWAN_UICC_FILE_TYPE, *PWWAN_UICC_FILE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_UICC_FILE_TYPE enumeration

Description

The WWAN_UICC_FILE_TYPE enumeration specifies the type for a UICC file.

Constants

WwanUiccFileTypeUnknown

File type unknown.

WwanUiccFileTypeWorkingEf

A working EF file.

WwanUiccFileTypeInternalEf

An internal EF file.

WwanUiccFileTypeDfOrAdf

A dedicated file, a directory that is the parent of other nodes. This might be a DF or ADF.

WwanUiccFileTypeMax

The maximum value for this enumeration.

Remarks

This enumeration is used in the *WWAN_UICC_FILE_STATUS structure.

See also

MB UICC application and file system access

OID_WWAN_UICC_FILE_STATUS

*WWAN_UICC_FILE_STATUS