[uuid, dllname("filename")[, optional-attribute-list]]
module modulename {
elementlist
};
[uuid(. . .),helpstring("A meaningful comment"), dllname("HANDY.DLL")]
module HandyStuff{
. . .
};
The dllname attribute defines the name of the DLL that contains the entry points for a module. This attribute is required on a module.
module, entry, ODL File Syntax, ODL File Example, Generating a Type Library With MIDL