Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources