This topic has not yet been rated - Rate this topic

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.

MethodDescription
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

OaIdl.idl

See also

Type Description Interfaces and Functions

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.