Share via


struttura EAP_ATTRIBUTES (eaptypes.h)

La struttura EAP_ATTRIBUTES contiene una matrice di attributi EAP.

Sintassi

typedef struct _EAP_ATTRIBUTES {
  DWORD         dwNumberOfAttributes;
#if ...
  EAP_ATTRIBUTE *pAttribs;
#else
  EAP_ATTRIBUTE *pAttribs;
#endif
} EAP_ATTRIBUTES, EapAttributes;

Members

dwNumberOfAttributes

Numero di strutture EAP_ATTRIBUTE in pAttribs.

pAttribs

Puntatore all'indirizzo del primo elemento in una matrice di strutture EAP_ATTRIBUTE . Il numero totale di elementi viene specificato in dwNumberOfAttributes.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione eaptypes.h

Vedi anche

Strutture comuni dell'API EAPHost

EAP_ATTRIBUTE