HS_DEVICE_IDENTITY structure

The HS_DEVICE_IDENTITY structure contains information about the device model and manufacturer.

Syntax

typedef struct _HS_DEVICE_IDENTITY {
  DWORD dwSystemType;
  WCHAR wszPhoneManufacturer[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
  WCHAR wszPhoneModelName[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
  WCHAR wszPhoneManufacturerModel[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
  WCHAR wszDeviceModel[HS_CONST_MAX_DEVICE_INFO_LENGTH+1];
} HS_DEVICE_IDENTITY, *PHS_DEVICE_IDENTITY;

Members

  • dwSystemType
    The type of SIM, whether GSM or CDMA.

  • wszPhoneManufacturer
    The phone manufacturer name.

  • wszPhoneModelName
    The phone model name.

  • wszPhoneManufacturerModel
    Another name for the phone manufacturer and model.

  • wszDeviceModel
    The device model name.

Requirements

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

 

 

Send comments about this topic to Microsoft