CLUSPROP_DISK_SIGNATURE structure

Describes the signature that is stored on the disk for identifying it to the operating system. The CLUSPROP_DISK_SIGNATURE structure is used as an entry in a value list and consists of:

  • A CLUSPROP_VALUE structure describing the format, type, and length of the numeric data.
  • A DWORD value.

For convenience, the CLUSPROP_VALUE members are listed explicitly:

Syntax

typedef struct _CLUSPROP_DISK_SIGNATURE {
  CLUSPROP_SYNTAX Syntax;
  DWORD           cbLength;
  DWORD           dw;
} CLUSPROP_DISK_SIGNATURE, *PCLUSPROP_DISK_SIGNATURE;

Members

Examples

See Creating Physical Disk Resources.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 Enterprise, Windows Server 2008 Datacenter

Header

ClusAPI.h

See also

Data structures

CLUSPROP_SYNTAX

CLUSPROP_VALUE