Source position: jwawinioctl.pas line 2991
type _CHANGER_ELEMENT_STATUS_EX = record |
Element: CHANGER_ELEMENT; |
SrcElementAddress: CHANGER_ELEMENT; |
Flags: DWORD; |
ExceptionCode: DWORD; |
TargetId: Byte; |
Lun: Byte; |
Reserved: Word; |
PrimaryVolumeID: array [0..MAX_VOLUME_ID_SIZE-1] of Byte; |
AlternateVolumeID: array [0..MAX_VOLUME_ID_SIZE-1] of Byte; |
VendorIdentification: array [0..VENDOR_ID_LENGTH-1] of Byte; |
ProductIdentification: array [0..PRODUCT_ID_LENGTH-1] of Byte; |
SerialNumber: array [0..SERIAL_NUMBER_LENGTH-1] of Byte; |
end; |