FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER structure (ntddmmc.h)

The FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER structure holds information about the Device Serial Number feature.

Syntax

typedef struct _FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER {
  FEATURE_HEADER Header;
  UCHAR          SerialNumber[0];
} FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER, *PFEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER;

Members

Header

Contains a FEATURE_HEADER structure with header information for this feature descriptor.

SerialNumber[0]

Contains an array that indicates the serial number of the device in ASCII graphic codes (0x020 through 0x07e).

Remarks

This structure holds data for the feature named "Device Serial Number" by the SCSI Multimedia - 4 (MMC-4) specification. Devices that support this feature can furnish the initiator with a serial number that uniquely identifies the device.

Requirements

Requirement Value
Header ntddmmc.h (include Ntddcdrm.h)

See also

FEATURE_HEADER

FEATURE_NUMBER