ITypeInfo.GetFuncDesc(Int32, IntPtr) Méthode

Définition

Récupère la structure FUNCDESC qui contient des informations sur une fonction spécifiée.

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)

Paramètres

index
Int32

Index de la description de fonction à retourner.

ppFuncDesc
IntPtr

nativeint

Lorsque cette méthode retourne une valeur, contient une référence à une structure FUNCDESC qui décrit la fonction spécifiée. Ce paramètre est passé sans être initialisé.

Remarques

Les valeurs du ppFuncDesc paramètre sont accessibles via la PtrToStructure méthode .

Pour plus d’informations, consultez Méthode ITypeInfo ::GetFuncDesc.

S’applique à