CreateRemovableInfoDef

Syntax

  struct CreateRemovableInfoDef 
  { 
      LONG   cartridgetype; 
      LONG   mediatype; 
      LONG   slotnumber; 
      BYTE   label[64]; 
      LONG   identifiertype; 
      LONG   identificationtimestamp; 
  };
  

Fields

cartridgetype
Defines the cartridge housing media.
mediatype
Defines the type of media.
slotnumber
If the media is in a magazine or auto-changer, this field identifies the slot it resides in.
label
A length-preceded, application-defined label.
identifiertype
Defines the type of media identifier. This can be something other than those already defined.
identificationtimestamp
A value used in identifying media. This value should be the DOS date and time stamp placed on the media when the media was labeled.

See Also

Cartridge Types

Device and Media Types (as defined by the SCSI Specification)

Identifier Types