CompareFileTime (KERNEL32.@)
INT CompareFileTime ( const FILETIME* x, const FILETIME* y )
Compare two FILETIME's to each other.
x | [In] | First time. |
y | [In] | time to compare to x. |
-1, 0, or 1 indicating that x is less than, equal to, or greater than y respectively.
Defined in "winbase.h".
Implemented in "dlls/kernel32/time.c". source.winehq.org/source/dlls/kernel32/time.c
Debug channel "time".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.