[Overview][Constants][Types][Procedures and functions] |
Record used in fpOpenDirand fpReadDircalls
Source position: ostypes.inc line 154
type Dir = record |
||
dd_fd: Integer; |
|
File descriptor. Do not use. |
dd_loc: LongInt; |
|
Location in directory listing |
dd_size: Integer; |
|
File size |
dd_buf: pDirent; |
|
Pointer to Dirrecords |
dd_nextoff: LongInt; |
|
? |
dd_max: Integer; |
|
? |
dd_lock: pointer; |
|
? |
end; |