WWAN_UICC_FILE_STRUCTURE - NtDoc

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

typedef enum _WWAN_UICC_FILE_STRUCTURE {
  WwanUiccFileStructureUnknown,
  WwanUiccFileStructureTransparent,
  WwanUiccFileStructureCyclic,
  WwanUiccFileStructureLinear,
  WwanUiccFileStructureBerTLV,
  WwanUiccFileStructureMax
} WWAN_UICC_FILE_STRUCTURE, *PWWAN_UICC_FILE_STRUCTURE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_UICC_FILE_STRUCTURE enumeration

Description

The WWAN_UICC_FILE_STRUCTURE enumeration specifies the structure of a UICC file.

Constants

WwanUiccFileStructureUnknown

An unknown file structure.

WwanUiccFileStructureTransparent

A single record of variable length.

WwanUiccFileStructureCyclic

A cyclic set of records, each of the same length.

WwanUiccFileStructureLinear

A linear set of records, each of the same length.

WwanUiccFileStructureBerTLV

A set of data values accessible by tag.

WwanUiccFileStructureMax

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