Partager via


IDebugBinder : : GetFunctionObject

Cette méthode extrait un objet d' IDebugFunctionObject utilisé aux paramètres de fonction de conception.

HRESULT GetFunctionObject( 
   IDebugFunctionObject **ppFunction
);
int GetFunctionObject(
   out IDebugFunctionObject ppFunction
);

Paramètres

  • ppFunction
    [out] Retourne l'interface d' IDebugFunctionObject utilisée aux paramètres de fonction de conception.

Valeur de retour

En cas de réussite, retourne S_OK ; sinon, retourne un code d'erreur.

Voir aussi

Référence

IDebugBinder

IDebugFunctionObject