Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/26/2014
This structure contains an array of EAP attributes.
Syntax
typedef struct _EAP_ATTRIBUTES {
DWORD dwNumberOfAttributes;
EAP_ATTRIBUTE* pAttribs;
} EAP_ATTRIBUTES,
EapAttributes;
Members
- dwNumberOfAttributes
The number of EAP_ATTRIBUTE structures in pAttribs.
- pAttribs
Pointer to the address of the first element in an array of EAP_ATTRIBUTE structures. The total number of elements is specified in dwNumberOfAttributes.