UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:fileapi.CompareFileTime | CompareFileTime function (fileapi.h) | Compares two file times. |
| base\comparefiletime.htm | winprog | 38161826-3a43-42a3-a49d-415b5f7451c5 | 12/05/2018 | CompareFileTime, CompareFileTime function, _win32_comparefiletime, base.comparefiletime, fileapi/CompareFileTime, winbase/CompareFileTime | fileapi.h | Windows.h | Windows | Windows XP [desktop apps \| UWP apps] | Windows Server 2003 [desktop apps \| UWP apps] | Kernel32.lib | Kernel32.dll | Windows | 19H1 |
|
|
|
|
|
|
Compares two file times.
A pointer to a FILETIME structure that specifies the first file time.
A pointer to a FILETIME structure that specifies the second file time.
The return value is one of the following values.
Return value | Description |
---|---|
| First file time is earlier than second file time. |
| First file time is equal to second file time. |
| First file time is later than second file time. |