CLUSPROP_BINARY

The CLUSPROP_BINARY structure describes a binary data value used in a value list and consists of:

The CLUSPROP_BINARY structure is defined in CLUSAPI.H

typedef struct _CLUSPROP_BINARY {
    CLUSPROP_SYNTAX           Syntax;
    DWORD                     cbLength;
    BYTE                      rgb[];
} CLUSPROP_BINARY, *PCLUSPROP_BINARY;
 

Members

Syntax
Member of the CLUSPROP_VALUE structure describing the format and type of the rgb member.
cbLength
Member of the CLUSPROP_VALUE structure indicating the count of bytes in the rgb structure.
rgb
Array of bytes containing the data.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.