Compartir a través de


estructura CLUSPROP_BINARY (clusapi.h)

Describe un valor de datos binario. Se usa como entrada en una lista de valores y consta de:

  • Estructura CLUSPROP_VALUE con un valor de CLUSPROP_SYNTAX_LIST_VALUE_BINARY (0x00010001).
  • Matriz de bytes que contiene los datos.

Syntax

typedef struct CLUSPROP_BINARY : CLUSPROP_VALUE {
  BYTE rgb[];
} CLUSPROP_BINARY, *PCLUSPROP_BINARY;

Herencia

La estructura CLUSPROP_BINARY implementa CLUSPROP_VALUE.

Miembros

rgb

Matriz de bytes que contienen los datos.

Comentarios

Use la macro CLUSPROP_BINARY_DECLARE para inicializar una estructura de CLUSPROP_BINARY .

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

Consulte también

CLUSPROP_BINARY_DECLARE

CLUSPROP_SYNTAX

CLUSPROP_VALUE

Estructuras de datos