1 out of 1 rated this helpful - Rate this topic

Signature

[The Signature property is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the DiskSignature property.]

Specifies the signature for the Physical Disk resource. The following table summarizes the attributes of the Signature property.

AttributeValue

Data type

DWORD

Access

Read/write

Status

Required

Structure

CLUSPROP_DWORD

Minimum

0

Maximum

0xFFFFFFFF

Default

0

 

Remarks

The Signature property specifies an identifier for the disk.

Examples

The property value portion of a property list entry for Signature can be set with the following example code.


DWORD          SignatureData = 12343;
CLUSPROP_DWORD SignatureValue;

SignatureValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
SignatureValue.cbLength  = sizeof(DWORD);
SignatureValue.dw        = SignatureData;


Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only]

End of server support

Windows Server 2003 Datacenter, Windows Server 2003 Enterprise

See also

Physical Disk Private Properties
CLUSPROP_DWORD
DiskSignature

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.