[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'Dos' (#rtl) |
Record describing an untyped file
Source position: filerec.inc line 26
type FileRec = packed record |
||
Handle: THandle; |
|
OS file handle |
Mode: LongInt; |
|
File open mode |
RecSize: SizeInt; |
|
Size of a record (in bytes) |
_private: array [1..3*SizeOf(SizeInt)+5*SizeOf(pointer)] of Byte; |
|
Private data, do not use |
UserData: array [1..32] of Byte; |
|
User data, for implementing a user driver. |
name: array [0..filerecnamelength] of Char; |
|
File name |
end; |
FileRec is used for internal representation of typed and untyped files.
No notes exist for this page yet.