Condividi tramite


DOT11_WPS_DEVICE_NAME struttura (windot11.h)

Importante L'interfaccia LAN wireless nativa 802.11 è deprecata in Windows 10 e versioni successive. Usare invece l'interfaccia WDI (WLAN Device Driver Interface). Per altre informazioni su WDI, vedere Modello di driver windows universale WLAN.
 
La struttura DOT11_WPS_DEVICE_NAME contiene un nome descrittivo del dispositivo P2P.

Sintassi

typedef struct _DOT11_WPS_DEVICE_NAME {
   ULONG
uDeviceNameLength;
  UCHAR   ucDeviceName[DOT11_WPS_DEVICE_NAME_MAX_LENGTH];
} DOT11_WPS_DEVICE_NAME, *PDOT11_WPS_DEVICE_NAME;

Members

uDeviceNameLength

Lunghezza, in byte, del nome del dispositivo.

ucDeviceName[DOT11_WPS_DEVICE_NAME_MAX_LENGTH]

Nome descrittivo con codifica UTF-8 del dispositivo.

Requisiti

Requisito Valore
Client minimo supportato Supportato a partire da Windows 8.
Intestazione windot11.h (include Windot11.h)