This topic has not yet been rated - Rate this topic

CLUSPROP_VALUE structure

Describes the syntax and length of a data value used in a value list. The CLUSPROP_VALUE structure is used as a generic header in all of the structures that describe data of a particular type, such as CLUSPROP_BINARY and CLUSPROP_SZ.

Syntax


typedef struct _CLUSPROP_VALUE {
  CLUSPROP_SYNTAX Syntax;
  DWORD           cbLength;
} CLUSPROP_VALUE, *PCLUSPROP_VALUE;

Members

Syntax

CLUSPROP_SYNTAX union that describes a value.

cbLength

Count of bytes in the data that follows this CLUSPROP_VALUE structure.

Remarks

The CLUSPROP_VALUE structure is used to describe the format, type, and length of a data value in the following structures:

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_BINARY
CLUSPROP_SYNTAX
CLUSPROP_SZ
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.