Platform SDK: Removable Storage Manager

Building a Media Label Library

A media label library (MLL) is a DLL that can identify tapes written using a particular tape format. If your application uses a standard tape format (MTF, QIC 113 or HP OmniBack II), then you do not need to develop your own MLL. If you use a different tape format then you will have to develop your own MLL, which you must install as part of your application installation.

MLLs are currently used only with tape media. Disk media, or file system capable media, are identified in a different manner. The system call GetVolumeInformation is used to determine the file system type, volume serial number and volume name of disk sides. This information is used as the OMID.

For more information about building a media label library, see Developing a Media Label Library.