หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.