ITypeComp interface (oaidl.h)

The ITypeComp interface provides a fast way to access information that compilers need when binding to and instantiating structures and interfaces. Binding is the process of mapping names to types and type members.

Inheritance

The ITypeComp interface inherits from the IUnknown interface. ITypeComp also has these types of members:

Methods

The ITypeComp interface has these methods.

 
ITypeComp::Bind

Maps a name to a member of a type, or binds global variables and functions contained in a type library.
ITypeComp::BindType

Binds to the type descriptions contained within a type library.

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

Type Description Interfaces and Functions