WWAN_UICC_FILE_TYPE enumeration (wwan.h)

The WWAN_UICC_FILE_TYPE enumeration specifies the type for a UICC file.

Syntax

typedef enum _WWAN_UICC_FILE_TYPE {
  WwanUiccFileTypeUnknown,
  WwanUiccFileTypeWorkingEf,
  WwanUiccFileTypeInternalEf,
  WwanUiccFileTypeDfOrAdf,
  WwanUiccFileTypeMax
} WWAN_UICC_FILE_TYPE, *PWWAN_UICC_FILE_TYPE;

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.

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_FILE_STATUS

*WWAN_UICC_FILE_STATUS