ITypeInfo2.GetFuncDesc(Int32, IntPtr) Méthode

Définition

Récupère la FUNCDESC structure 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 la fonction à retourner.

ppFuncDesc
IntPtr

nativeint

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

Implémente

Remarques

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

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

S’applique à