ITypeComp

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This 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.

Methods

The following table shows the methods for this interface in the order that the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

ITypeComp::Bind

This method maps a name to a member of a type, or binds global variables and functions contained in a type library.

ITypeComp::BindType

This method binds to the type descriptions contained within a type library.

Requirements

Header oaidl.h, oaidl.idl
Library oleaut32.lib, uuid.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Automation Interfaces
IUnknown