A Link record describes a location in a file, which is pointed to by a source link. The Link record has the following fields:
Field |
Description |
File |
The file name |
ln |
The line number - this is only valid for as long as the file is unchanged. If lines are inserted or deleted from the file, the line number is going to be off. However, you can call GetSourceLink again to get an updated line number. |