STORAGE_ADAPTER_SERIAL_NUMBER structure (winioctl.h)

The NULL-terminated Unicode string of the adapter serial number for the StorageAdapterSerialNumberProperty as defined in STORAGE_PROPERTY_ID.

Syntax

typedef struct _STORAGE_ADAPTER_SERIAL_NUMBER {
  DWORD Version;
  DWORD Size;
  WCHAR SerialNumber[STORAGE_ADAPTER_SERIAL_NUMBER_V1_MAX_LENGTH];
} STORAGE_ADAPTER_SERIAL_NUMBER, *PSTORAGE_ADAPTER_SERIAL_NUMBER;

Members

Version

The version of this structure. The Size serves as the version.

Size

The size of this structure.

SerialNumber[STORAGE_ADAPTER_SERIAL_NUMBER_V1_MAX_LENGTH]

The serial number.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header winioctl.h (include Windows.h)