FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddmmc-_feature_data_logical_unit_serial_number)

_FEATURE_DATA_LOGICAL_UNIT_SERIAL_NUMBER structure

Description

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

Members

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

SerialNumber

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.

See also

FEATURE_HEADER

FEATURE_NUMBER