NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UCOMITypeInfo.GetRefTypeOfImplType

[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
);

Parameters

index
[To be supplied.]
href
[To be supplied.]

See Also

UCOMITypeInfo Interface | UCOMITypeInfo Members | System.Runtime.InteropServices Namespace