_FILETIME
Filetime record type
Declaration
Source position: types.pp line 268
Type
\_FILETIME = packed record
public
dwLowDateTime : DWORD;
dwHighDateTime : DWORD;
end
Description
_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.
See also
| Name | Description |
|---|---|
| DWORD | Alias for cardinal type |
| DWORD | Alias for cardinal type |
| IStream | COM stream abstraction |
| IStream.Stat | return information about the stream. |