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.
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;
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).
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.
Requirement | Value |
---|---|
Header | ntddmmc.h (include Ntddcdrm.h) |