ITypeInfo::GetRefTypeOfImplType Method (UInt32, UInt32)
Visual Studio 2015
Retrieves the type description of implemented interface types for a component object class (coclass) or an inherited interface.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Parameters
- index
-
Type:
System::UInt32
Index of the implemented type whose handle is returned. The valid range is 0 to the cImplTypes member in the Microsoft.VisualStudio.OLE.Interop.TYPEATTR structure.
- pRefType
-
Type:
System::UInt32
On return, pointer to a handle for the implemented interface (if any). This handle can be passed to GetRefTypeInfo to get the type description.
To get access to the Microsoft.VisualStudio.OLE.Interop.TYPEATTR library and documentation, you need to download the Visual Studio SDK from the Visual Studio Extensibility site.
Show: