RemovableInfoDef
Helps define a removable object (media or magazine).
Syntax
struct RemovableInfoDef
{
LONG cartridgetype;
LONG mediatype;
LONG slotnumber;
BYTE label[64];
LONG identificationtype;
LONG identificationtimestamp;
};
Fields
- cartridgetype
- Defines the cartridge that houses the removable
media.
- mediatype
- The media type.
- slotnumber
- The slot number the removable object is in or that
it will be placed in.
- label
- A length-preceded label for the removable object.
- identificationtype
- Defines the identifier.
- identificationtimestamp
- The DOS date and time stamp placed on the media
when the media was labeled.