EAP_ATTRIBUTES structure (eaptypes.h)
The EAP_ATTRIBUTES structure contains an array of EAP attributes.
Syntax
typedef struct _EAP_ATTRIBUTES {
DWORD dwNumberOfAttributes;
#if ...
EAP_ATTRIBUTE *pAttribs;
#else
EAP_ATTRIBUTE *pAttribs;
#endif
} 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eaptypes.h |