ITypeComp interface
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.
Members
The ITypeComp interface inherits from the IUnknown interface. ITypeComp also has these types of members:
Methods
The ITypeComp interface has these methods.
| Method | Description |
|---|---|
| Bind |
Maps a name to a member of a type, or binds global variables and functions contained in a type library. |
| BindType |
Binds to the type descriptions contained within a type library. |
Requirements
|
IDL |
|
|---|
See also
Show: