Source position: cesync.pp line 145
type tagDevInfo = record
pid: DWORD;
szName: array [0..(MAX_PATH)-1] of AnsiChar;
szType: array [0..79] of AnsiChar;
szPath: array [0..(MAX_PATH)-1] of AnsiChar;
end;