UCOMITypeLib.GetTypeComp(UCOMITypeComp) Method

Definition

Enables a client compiler to bind to a library's types, variables, constants, and global functions.

public:
 void GetTypeComp([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeComp ^ % ppTComp);
public void GetTypeComp (out System.Runtime.InteropServices.UCOMITypeComp ppTComp);
abstract member GetTypeComp : UCOMITypeComp -> unit
Public Sub GetTypeComp (ByRef ppTComp As UCOMITypeComp)

Parameters

ppTComp
UCOMITypeComp

On successful return, an instance of a UCOMITypeComp instance for this ITypeLib.

Remarks

For additional information about ITypeLib::GetTypeComp, see the MSDN Library.

Applies to