Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Positions the enumerator by performing a lookup by virtual address (VA).
HRESULT symbolByVA (
DWORD** virtualAddress,
IDiaSymbol** ppsymbol
);
Parameters
virtualAddress
[in] Virtual address.ppsymbol
[out] Returns an IDiaSymbol object representing the symbol found.
Return Value
If successful, returns S_OK. Returns S_FALSE if the symbol could not be found. Otherwise, returns an error code.