Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Automation Client : Automation Reference : type library

Syntax

##(tint.list,,oleauto.typelib.%typelib.)
#(oleauto.typelib.%typelib.uuid)
#(oleauto.typelib.%typelib.version)
#(oleauto.typelib.%typelib.file)
#(oleauto.typelib.%typelib.library)

%typelib specifies the name of a type library; this can be either its uuid or its string name. The contents of the type library can be listed using tint.list. The type libraries uuid can be returned using .uuid. The name of the file which contains the library is found using .file and .library will return the name of the type library.

Examples

##(tint.list,(
),oleauto.typelib.Microsoft Add-In Designer.)
ext_ConnectMode
ext_DisconnectMode
AddinDesigner
AddinInstance
#(oleauto.typelib.Microsoft Add-In Designer.uuid)
#(oleauto.typelib.{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}.library)
Microsoft Add-In Designer
#(oleauto.typelib.Microsoft Add-In Designer.version)
1.0
#(oleauto.typelib.Microsoft Add-In Designer.file)
C:\Program Files\Common Files\Designer\MSADDNDR.DLL