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_FALSEValue: 0 The argument is false. |
WCN_VALUE_TRUEValue: 1 The argument is true. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wcntypes.h |