Condividi tramite


struttura INTF_KEY_ENTRY

[INTF_KEY_ENTRY non è più supportato a partire da Windows Vista e Windows Server 2008. Usare invece l'API Wifi nativa, che fornisce funzionalità simili. Per altre informazioni, vedere Informazioni sull'API Wifi nativa.

La struttura INTF_KEY_ENTRY archivia le informazioni chiave su un'interfaccia LAN wireless gestita dal servizio di configurazione wireless.

Sintassi

typedef struct {
  LPWSTR wszGuid;
} INTF_KEY_ENTRY, *PINTF_KEY_ENTRY;

Members

wszGuid

Puntatore al GUID dell'interfaccia rappresentato come stringa Unicode nel formato seguente: "{xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}".

Commenti

Nota

Il file di intestazione Wzcsapi.h non è disponibile in Windows SDK.

 

Requisiti

Requisito Valore
Client minimo supportato
Windows XP con SP2 [solo app desktop]
Server minimo supportato
Windows Server 2003 [solo app desktop]
Fine del supporto client
Windows XP con SP3
Fine del supporto server
Windows Server 2003
Intestazione
Wzcsapi.h

Vedi anche

INTFS_KEY_TABLE

WZCEnumInterfaces