// ntddmmc.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER structure holds information about the Device Serial Number feature.
HeaderContains a FEATURE_HEADER structure with header information for this feature descriptor.
SerialNumberContains an array that indicates the serial number of the device in ASCII graphic codes (0x020 through 0x07e).
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.