WCN_VALUE_TYPE_BOOLEAN enumeration (wcntypes.h)

The WCN_VALUE_TYPE_BOOLEAN enumeration defines values used to represent true/false conditions encountered during device setup and association.

Syntax

typedef enum tagWCN_VALUE_TYPE_BOOLEAN {
  WCN_VALUE_FALSE = 0,
  WCN_VALUE_TRUE = 1
} WCN_VALUE_TYPE_BOOLEAN;

Constants

 
WCN_VALUE_FALSE
Value: 0
The argument is false.
WCN_VALUE_TRUE
Value: 1
The argument is true.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wcntypes.h

See also

WCN_ATTRIBUTE_TYPE