No description available.
The WWAN_UICC_FILE_PATH structure describes file path information about a UICC file.
VersionThe version number of the structure that follows. In Windows 10, version 1903, this version must be set to 1.
AppIdLengthThe size of the application ID, in bytes, as defined in Section 8.3 of the ETSI TS 102 221 technical specification. For 2G cards, this field must be set to zero (0).
AppIdThe application ID. Only the first AppIdLength bytes are meaningful. If the application ID is longer than WWAN_UICC_APP_ID_MAX_LEN bytes, then AppIdLength specifies the actual length but only the first WWAN_UICC_APP_ID_MAX_LEN bytes are in this field.
FilePathLengthThe size of the file path, in bytes.
FilePathThe file path, which is an array of 16-bit file IDs. The first ID must be either 0x7FFF or 0x3F00. If the first ID is 0x7FFF, then the path is relative to the ADF of the application designated by AppId. Otherwise, it is an absolute path starting from the MF.
This structure is used in the NDIS_WWAN_UICC_FILE_PATH structure.
MB UICC application and file system access