ITypeInfo.GetRefTypeOfImplType(UInt32, UInt32) 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.
public:
void GetRefTypeOfImplType(System::UInt32 index, [Runtime::InteropServices::Out] System::UInt32 % pRefType);
public void GetRefTypeOfImplType (uint index, out uint pRefType);
abstract member GetRefTypeOfImplType : uint32 * uint32 -> unit
Public Sub GetRefTypeOfImplType (index As UInteger, ByRef pRefType As UInteger)
Parameters
- index
- UInt32
- pRefType
- UInt32