IDebugBinder::GetFunctionObject

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

Sintassi

int GetFunctionObject(
   out IDebugFunctionObject ppFunction
);

Parametri

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

Valore restituito

Se ha esito positivo, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedi anche