This topic has not yet been rated - Rate this topic

UCOMITypeInfo.GetRefTypeOfImplType Method

If a type description describes a COM class, it retrieves the type description of the implemented interface types.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

void GetRefTypeOfImplType (
	int index,
	out int href
)
void GetRefTypeOfImplType (
	int index, 
	/** @attribute OutAttribute() */ /** @ref */ int href
)
JScript does not support passing value-type arguments by reference.

Parameters

index

Index of the implemented type whose handle is returned.

href

Reference to a handle for the implemented interface.

For additional information about ITypeInfo::GetRefTypeOfImplType, see the MSDN Library.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.