VMS Help  —  MRD Library, mrd_home
    mrd_home - Return a cartridge whence it came.

    Windows NT         mrd.dll
    UNIX               /usr/lib/libmrd.a
    OpenVMS            MRD$RTL.EXE

    #include <mrd_common.h>
    #include <mrd_message.h>

    int mrd_home(
        const char   *robot_name,
        const char   *volume_tag,
        const char   *source_name,
        const int     source_type,
        char         *destination_name,
        int          *destination_type,
        char         *log_info) ;

   Restriction

   Strict interpretation of the SCSI-2 specification by devices will
   require that the device only report the address of the last SLOT a
   medium was in.
Additional Information: explode extract
Parameters Description Example Return Values Related Functions
Close Help