IFixedTypeInfo.GetRefTypeOfImplType(Int32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the type description of the implemented interface types if a type description describes a COM class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void GetRefTypeOfImplType(int index, [Runtime::InteropServices::Out] IntPtr % href);
public void GetRefTypeOfImplType (int index, out IntPtr href);
abstract member GetRefTypeOfImplType : int * nativeint -> unit
Public Sub GetRefTypeOfImplType (index As Integer, ByRef href As IntPtr)
Parameters
- index
- Int32
The index of the implemented type whose handle is returned.
- href
-
IntPtr
nativeint
When this method returns, contains a reference to a handle for the implemented interface. This parameter is passed uninitialized.