1 out of 2 rated this helpful - Rate this topic

CLUSPROP_DWORD structure

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 DWORD value.

For convenience, the CLUSPROP_VALUE members are listed explicitly:

Syntax


typedef struct _CLUSPROP_DWORD {
  CLUSPROP_SYNTAX Syntax;
  DWORD           cbLength;
  DWORD           dw;
} CLUSPROP_DWORD, *PCLUSPROP_DWORD;

Members

Syntax

Member of the CLUSPROP_VALUE structure with a value of CLUSPROP_SYNTAX_LIST_VALUE_DWORD (0x00010002).

cbLength

Member of the CLUSPROP_VALUE structure indicating the count of bytes in the dw member.

dw

Numeric value.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only]

Header

ClusApi.h

See also

Data structures
CLUSPROP_SYNTAX
CLUSPROP_VALUE

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.