Condividi tramite


IDebugBinder:: GetFunctionObject

Questo metodo ottiene IDebugFunctionObject un oggetto utilizzato per creare i parametri di funzione.

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

Parametri

  • ppFunction
    [out] Restituisce IDebugFunctionObject l'interfaccia utilizzata per creare i parametri di funzione.

Valore restituito

Se l'operazione riesce, restituisce S_OK, in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugBinder

IDebugFunctionObject