Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes numeric data. It is used as an entry in a value list and consists of:
- A CLUSPROP_VALUE structure describing the format, type, and length of the numeric data.
- A WORD value.
Syntax
typedef struct CLUSPROP_WORD : CLUSPROP_VALUE {
WORD w;
} CLUSPROP_WORD, *PCLUSPROP_WORD;
Inheritance
The CLUSPROP_WORD structure implements CLUSPROP_VALUE.
Members
w
Numeric value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Header | clusapi.h |