EAP_METHOD_PROPERTY_VALUE_DWORD structure (eaptypes.h)

The EAP_METHOD_PROPERTY_VALUE_DWORD structure contains the DWORD value of an EAP method property.

Syntax

typedef struct _EAP_METHOD_PROPERTY_VALUE_DWORD {
  DWORD length;
  DWORD value;
} EAP_METHOD_PROPERTY_VALUE_DWORD;

Members

length

The size, in bytes, of value.

value

A DWORD value of the method property.

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

EAP_METHOD_PROPERTY_VALUE

EapHostPeerGetMethodProperties