CLUSPROP_VALUE estructura (clusapi.h)
Describe la sintaxis y la longitud de un valor de datos utilizado en una lista de valores. La estructura CLUSPROP_VALUE se usa como encabezado genérico en todas las estructuras que describen los datos de un tipo determinado, como CLUSPROP_BINARY y CLUSPROP_SZ.
Sintaxis
typedef struct CLUSPROP_VALUE {
CLUSPROP_SYNTAX Syntax;
DWORD cbLength;
} CLUSPROP_VALUE, *PCLUSPROP_VALUE;
Miembros
Syntax
CLUSPROP_SYNTAX unión que describe un valor.
cbLength
Recuento de bytes en los datos que siguen a esta estructura de CLUSPROP_VALUE .
Comentarios
La estructura CLUSPROP_VALUE se usa para describir el formato, el tipo y la longitud de un valor de datos en las estructuras siguientes:
- 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
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Encabezado | clusapi.h |