CLUSPROP_WORD structure (clusapi.h)

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

See also

CLUSPROP_SYNTAX

CLUSPROP_VALUE

Data structures