Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Positions the enumerator by performing a lookup by virtual address (VA).
Syntax
HRESULT symbolByVA (
ULONGLONG 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.