HS_SIM_DATA - NtDoc

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

typedef struct _HS_SIM_DATA {
  WCHAR wszICCID[HS_CONST_MAX_ICCID_LENGTH+1];
  WCHAR wszIMEI[HS_CONST_MAX_IMEI_LENGTH+1];
  WCHAR wszMEID_ME[HS_CONST_MAX_MEID_ME_LENGTH+1];
  WCHAR wszSF_EUIMID[HS_CONST_MAX_SF_EUIMID_LENGTH+1];
} HS_SIM_DATA, *PHS_SIM_DATA;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-sim-data)

HS_SIM_DATA structure

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_SIM_DATA structure contains information stored in the SIM card.

Members

wszICCID The Integrated Circuit Card Identifier (ICCID) stored in the SIM card.

wszIMEI The International Mobile Equipment Identity (IMEI) used to identify 3GPP phones.

wszMEID_ME The Mobile Equipment Identifier (MEID) defined by 3GPP2.

wszSF_EUIMID The Short Form Expanded User Identity Module Identifier (EUIMID) for a R-UIM or CSIM (CDMA SIM application) card.

Requirements

Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)