The CLUSPROP_DISK_SIGNATURE structure describes the signature that is stored on the disk for identifying it to the operating system. The CLUSPROP_DISK_SIGNATURE is used in a value list and consists of:
The CLUSPROP_DISK_SIGNATURE structure is defined in CLUSAPI.H.
typedef struct _CLUSPROP_DISK_SIGNATURE {
CLUSPROP_SYNTAX Syntax;
DWORD cbLength;
DWORD dw;
} CLUSPROP_DISK_NUMBER, *PCLUSPROP_DISK_NUMBER;
The CLUSPROP_DISK_SIGNATURE structure is defined as a CLUSPROP_DWORD structure, which combines numeric data with the standard value header containing format, type, and length information.
A CLUSPROP_DISK_SIGNATURE structure can be returned by ClusterResourceControl when the dwControlCode parameter is set to CLUSCTL_RESOURCE_STORAGE_GET_DISK_INFO, and by ClusterResourceTypeControl when dwControlCode is set to CLUSCTL_RESOURCE_TYPE_STORAGE_GET_AVAILABLE_DISKS.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.