IDiaSessionEx::getSourceLinkInfo

Retrieves an enumeration of Source Link information.

Syntax

HRESULT getSourceLinkInfo(
        IDiaSymbol* parent,
        IDiaEnumSourceLink** ppEnum
);

Parameters

parent

[in] If not nullptr, specifies the SymTagCompiland symbol to query for source link information. Otherwise this method enumerates all source link information.

ppEnum

[out] Returns an IDiaEnumSourceLine object that contains the list of source link information .

Return Value

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

See also