Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 825 Bytes

idiasymbol-get-basesymbolid.md

File metadata and controls

34 lines (27 loc) · 825 Bytes
description title ms.date ms.topic dev_langs author ms.author manager ms.subservice
Retrieves the symbol ID from which the pointer is based.
IDiaSymbol::get_baseSymbolId
11/04/2016
reference
C++
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_baseSymbolId

Retrieves the symbol ID from which the pointer is based.

Syntax

HRESULT get_baseSymbolId(
   DWORD *pRetVal);

Parameters

pRetVal

[out] A pointer to a DWORD that holds the symbol ID from which the pointer is based.

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE or an error code.

See also