IDebugBinder:: associazione
Questo metodo ottiene il contesto di memoria o l'oggetto che contiene il valore corrente del simbolo.
HRESULT Bind(
IDebugObject* pContainer,
IDebugField* pField,
IDebugObject** ppObject
);
int Bind(
IDebugObject pContainer,
IDebugField pField,
out IDebugObject ppObject
);
Parametri
pContainer
[in] IDebugObject Che contiene l'elemento figlio ha fatto riferimento da pField.pField
[in] IDebugField che rappresenta il simbolo.ppObject
[out] Restituisce IDebugObject che rappresenta l'istanza del simbolo.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.