No description available.
The WWAN_UICC_APP_LIST structure describes a list of applications in a UICC and information about them.
VersionThe version number of the structure that follows. In Windows 10, version 1903, this version must be set to 1.
AppCountThe number of UICC application WWAN_UICC_APP_INFO structures being returned in this response.
ActiveAppIndexThe index of the application selected by the modem for registration with the mobile network. This field must be between 0 and AppCount - 1. It indexes into the array of applications returned by this response. If no application is selected for registration, this field contains 0xFFFFFFFF.
AppListSizeThe size of the app list data, in bytes.
ResponseAn array of WWAN_UICC_APP_INFO structures that represent the UICC application list response. Cast this member to WWAN_UICC_APP_INFO when retrieving information about an application.
This structure is used in the NDIS_WWAN_UICC_APP_LIST structure.
MB UICC application and file system access