| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Filetime record type
Source position: types.pp line 251
| type _FILETIME = packed record | ||
| dwLowDateTime: DWORD; | 
 | Lower dword of the file date/time | 
| dwHighDateTime: DWORD; | 
 | High dword of the file date/time | 
| end; | 
_FILETIME describes a file time stamp. It is defined or Delphi/Kylix compatibility and should not be used except when implementing or accessing the IStream interface. The TDateTime type should be used instead.
| 
 | COM stream abstraction | |
| 
 | return information about the stream. |