// hotspotoffloadplugin.h
typedef struct _HS_PLUGIN_HOST_NAME {
WHCAR pszHostName[HS_CONST_MAX_HOST_NAME_LENGTH+1];
} HS_PLUGIN_HOST_NAME, *PHS_PLUGIN_HOST_NAME;
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_HOST_NAME structure contains the host name.
pszHostName Pointer to the host name.
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |