Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
- CLUSPROP_BINARY
- CLUSPROP_DISK_NUMBER
- CLUSPROP_DISK_SIGNATURE
- CLUSPROP_DWORD
- CLUSPROP_FILETIME
- CLUSPROP_LONG
- CLUSPROP_MULTI_SZ
- CLUSPROP_PARTITION_INFO
- CLUSPROP_PARTITION_INFO_EX
- CLUSPROP_PROPERTY_NAME
- CLUSPROP_REQUIRED_DEPENDENCY
- CLUSPROP_RESOURCE_CLASS
- CLUSPROP_RESOURCE_CLASS_INFO
- CLUSPROP_SCSI_ADDRESS
- CLUSPROP_SZ
- CLUSPROP_ULARGE_INTEGER
- CLUSPROP_WORD
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | clusapi.h |