CompareFileTime(3w)
NAME
CompareFileTime (KERNEL32.@)
SYNOPSIS
INT CompareFileTime ( const FILETIME* x, const FILETIME* y )
DESCRIPTION
Compare two FILETIME's to each other.
PARAMS
x [In] First time.
y [In] time to compare to x.
RETURNS
-1, 0, or 1 indicating that x is less than, equal to, or greater than y
respectively.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/time.c".
- Debug channel "time".