UCOMITypeInfo.GetFuncDesc(Int32, IntPtr) Metod

Definition

Hämtar den FUNCDESC struktur som innehåller information om en angiven funktion.

public:
 void GetFuncDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppFuncDesc);
public void GetFuncDesc(int index, out IntPtr ppFuncDesc);
abstract member GetFuncDesc : int * nativeint -> unit
Public Sub GetFuncDesc (index As Integer, ByRef ppFuncDesc As IntPtr)

Parametrar

index
Int32

Index för funktionsbeskrivningen som ska returneras.

ppFuncDesc
IntPtr

nativeint

Referens till en FUNCDESC som beskriver den angivna funktionen.

Kommentarer

Värdena ppFuncDesc för kan nås via PtrToStructure.

Mer information om ITypeInfo::GetFuncDescfinns i MSDN-biblioteket.

Gäller för