Edit

HS_SIM_DATA structure

Wi-Fi Hotspot Offloading deprecation note

Important

Starting in Windows 10, version 1709, the Wi-Fi Hotspot Offloading feature is deprecated and should not be used. Instead, we recommend writing a UWP app and using the Wi-Fi Hotspot Authentication API (Windows.Networking.NetworkOperators).

For a code sample and more info, see the Wi-Fi hotspot authentication sample.

The HS_SIM_DATA structure contains information stored in the SIM card.

Syntax

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;

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)