IDiaSymbol::get_symIndexId
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IDiaSymbol::get_symIndexId.
Retrieves the unique symbol identifier.
HRESULT get_symIndexId ( DWORD* pRetVal );
Parameters
pRetVal
[out] Returns the symbol ID of the symbol.
If successful, returns S_OK; otherwise, returns S_FALSE or error code.
A return value of |
The identifier is a unique value created by the DIA SDK to mark all symbols as unique.
Show: