הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
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.