UCOMITypeInfo.GetRefTypeInfo(Int32, UCOMITypeInfo) 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.
If a type description references other type descriptions, it retrieves the referenced type descriptions.
public:
void GetRefTypeInfo(int hRef, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeInfo ^ % ppTI);
public void GetRefTypeInfo (int hRef, out System.Runtime.InteropServices.UCOMITypeInfo ppTI);
abstract member GetRefTypeInfo : int * UCOMITypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As Integer, ByRef ppTI As UCOMITypeInfo)
Parameters
- hRef
- Int32
Handle to the referenced type description to return.
- ppTI
- UCOMITypeInfo
On successful return, the referenced type description.
Remarks
For additional information about ITypeInfo::GetRefTypeInfo
, see the MSDN Library.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.