dllname(str)

[uuid, dllname( filename )[, optional-attribute-list]]
module modulename
    elementlist
};

Example

[uuid(. . .),helpstring("A meaningful comment"),      dllname("HANDY.DLL")]

module HandyStuff{ 

    . . .

};

 

Remarks

The dllname attribute defines the name of the DLL that contains the entry points for a module. This attribute is required on a module.

See Also

module, entry, ODL File Syntax, ODL File Example, Generating a Type Library With MIDL