EAP_ATTRIBUTE structure
Applies to: desktop apps only
The EAP_ATTRIBUTE structure contains an EAP attribute.
Syntax
typedef struct _EAP_ATTRIBUTE {
EAP_ATTRIBUTE_TYPE eapType;
DWORD dwLength;
BYTE *pValue;
} EAP_ATTRIBUTE, EapAttribute;
Members
- eapType
-
An EAP_ATTRIBUTE_TYPE enumeration value that describes the type of the EAP attribute value supplied in pValue.
- dwLength
-
The size, in bytes, of pValue.
- pValue
-
Pointer to a byte buffer that contains the data value of the attribute.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012