[To be supplied.]
[Visual Basic] Sub GetRefTypeOfImplType( _ ByVal index As Integer, _ ByRef href As Integer _ ) [C#] void GetRefTypeOfImplType( int index, ref int href ); [C++] void GetRefTypeOfImplType( int index, int** href ) = 0; [JScript] function GetRefTypeOfImplType( index : int, href : int );
UCOMITypeInfo Interface | UCOMITypeInfo Members | System.Runtime.InteropServices Namespace