ITypeComp (Compact 2013)

3/26/2014

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

See Also

Reference

Automation Interfaces
IUnknown