Condividi tramite


INTFS_KEY_TABLE struttura

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

La struttura INTFS_KEY_TABLE contiene la tabella delle informazioni chiave per tutte le interfacce LAN wireless gestite dal servizio di configurazione wireless.

Sintassi

typedef struct {
  DWORD           dwNumIntfs;
  PINTF_KEY_ENTRY pIntfs;
} INTFS_KEY_TABLE, *PINTFS_KEY_TABLE;

Members

dwNumIntfs

Numero totale di interfacce.

pIntfs

Puntatore alla struttura INTF_KEY_ENTRY .

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