Platform SDK: DirectX

Tool Form

The tool form contains information about tools. Tools can be embedded in a Tool Graph Form or stored as separate files.

<DMTL-form> -> RIFF( 'DMTL'
    <tolh-ck>
    [<guid-ck>]     // GUID for tool object instance
    [<vers-ck>]     // Version information
    [<UNFO-list>]   // Name, author, copyright information, comments
    [<data>]        // Tool data
)

The tool header chunk is as follows:

<tolh-ck> -> tolh( <DMUS_IO_TOOL_HEADER> )

For the next three elements, which are optional, see Common Chunks.

The <data> element consists of a chunk of the type identified in the DMUS_IO_TOOL_HEADER. The format of this chunk depends on the definition of the tool. It can be a list or a chunk.