ITypeLib::GetTypeComp Method (ITypeComp^)

 

Retrieves a pointer to the ITypeComp for a type library. This enables a client compiler to bind to the library’s types, variables, constants, and global functions.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void GetTypeComp(
	[OutAttribute] ITypeComp^% ppTComp
)

Parameters

ppTComp
Type: Microsoft.VisualStudio.VsWizard::ITypeComp^

The ITypeComp instance for this ITypeLib. A client compiler uses the methods in the ITypeComp interface to bind to types in ITypeLib, as well as to the global functions, variables, and constants defined in ITypeLib.

Return to top
Show: