Wenn du
function GetLinkFileData(LinkFile: String): TLnkFileData;
verwendest, korrigiere mal folgendes:
Delphi-Quellcode:
// ...
Link.GetDescription(TempValue,MAX_PATH);
Result.Description := StrPas(TempValue); // NICHT String()
end;
CoUnInitialize;
end;