CLUSPROP_DWORD structure (clusapi.h)

Describes a numeric value identifying the physical drive of a disk. 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 DWORD value identifying the physical drive of a disk.
For convenience, the CLUSPROP_VALUE members are listed explicitly.

Syntax

typedef struct CLUSPROP_DWORD : CLUSPROP_VALUE {
  DWORD dw;
} CLUSPROP_DWORD, *PCLUSPROP_DWORD;

Inheritance

The CLUSPROP_DWORD structure implements CLUSPROP_VALUE.

Members

dw

Numeric value identifying the physical drive of the disk. Valid values begin at zero.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header clusapi.h

See also

CLUSPROP_SYNTAX

CLUSPROP_VALUE

Data structures