[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record used in OpenDir and ReadDir calls
Source position: oldlinux.pp line 129
type TDir = packed record |
||
fd: Integer; |
|
File descriptor. Do not use. |
loc: LongInt; |
|
Location in directory listing |
size: Integer; |
|
File size |
buf: pdirent; |
|
Pointer to TDir records |
nextoff: LongInt; |
|
? |
dd_max: Integer; |
|
? |
lock: pointer; |
|
? |
end; |
No notes exist for this page yet.