EAP_METHOD_PROPERTY_VALUE_BOOL structure (eaptypes.h)

The EAP_METHOD_PROPERTY_VALUE_BOOL structure contains a Boolean value of an EAP method property.

Syntax

typedef struct _EAP_METHOD_PROPERTY_VALUE_BOOL {
  DWORD length;
  BOOL  value;
} EAP_METHOD_PROPERTY_VALUE_BOOL;

Members

length

The size, in bytes, of value.

value

BOOL 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