EAP_METHOD_PROPERTY_ARRAY structure (eaptypes.h)

The EAP_METHOD_PROPERTY_ARRAY structure contains an array of EAP method properties.

Syntax

typedef struct _EAP_METHOD_PROPERTY_ARRAY {
  DWORD               dwNumberOfProperties;
  EAP_METHOD_PROPERTY *pFields;
  EAP_METHOD_PROPERTY *pMethodProperty;
} EAP_METHOD_PROPERTY_ARRAY;

Members

dwNumberOfProperties

The number of EAP_METHOD_PROPERTY structures in pMethodProperty.

pFields

pMethodProperty

Pointer to the address of the first element in an array of EAP_METHOD_PROPERTY structures. The total number of elements is specified in dwNumberOfProperties.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header eaptypes.h

See also

EAPHost Supplicant Structures

EapHostPeerGetMethodProperties