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:
- 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
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012