ITypeInfo.GetFuncDesc(Int32, IntPtr) Metoda

Definice

Načte FUNCDESC strukturu, která obsahuje informace o zadané funkci.

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)

Parametry

index
Int32

Index popisu funkce, který se má vrátit.

ppFuncDesc
IntPtr

nativeint

Když tato metoda vrátí, obsahuje odkaz na FUNCDESC strukturu, která popisuje zadanou funkci. Tento parametr se předává neinicializovaný.

Poznámky

Hodnoty parametru ppFuncDesc jsou přístupné prostřednictvím PtrToStructure metody .

Další informace najdete v tématu Metoda ITypeInfo::GetFuncDesc.

Platí pro