Source position: cesync.pp line 228
type tagObjUIData = record |
cbStruct: UINT; |
hIconLarge: HICON; |
hIconSmall: HICON; |
szName: array [0..(MAX_PATH)-1] of AnsiChar; |
szSyncText: array [0..(MAX_PATH)-1] of AnsiChar; |
szTypeText: array [0..79] of AnsiChar; |
szPlTypeText: array [0..79] of AnsiChar; |
end; |