Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.