Source position: jwawinioctl.pas line 2941
type _CHANGER_ELEMENT_STATUS = 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; |
end; |