C.6 Slide Library File Format This section describes the format of AutoCAD slide libraries (Release 9 and later), for the benefit of developers who wish to incorporate support for slide libraries into their programs. This information is for experienced programmers, and is subject to change without notice. The general format of a slide library is: 1. Header (32 bytes) "AutoCAD Slide Library 1.0" CR LF ^Z NUL NUL NUL NUL 2. One or more slide directory entries (36 bytes each) 3. One or more slides (variable length) Slide directory entries have the following format: 1. Slide name (NUL terminated) (32 bytes) 2. Address of slide within library file (4 bytes) The slide address is always written with the low byte first. Each slide to which the directory points is a complete slide file as described in the previous section. The end of the slide directory is signified by an entry with a null slide name (first byte is NUL). A slide library may contain a mixture of old-format and new-format slides.