VDS_WWN structure (vds.h)

[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]

Defines a world-wide name (WWN). This structure corresponds to the HBA_WWN structure defined by the ANSI HBA API.

Syntax

typedef struct _VDS_WWN {
  UCHAR rguchWwn[8];
} VDS_WWN;

Members

rguchWwn[8]

An array of 8 bytes that together specify the 64-bit WWN value. The first element of the array is the most significant byte of the WWN, with the most significant bit of that byte being the most significant bit of the WWN.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header vds.h

See also

VDS Structures

VDS_HBAPORT_PROP