 |
CompareFileTime ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The CompareFileTime function compares two file times. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
LONG CompareFileTime(
CONST FILETIME *lpFileTime1, // first file time
CONST FILETIME *lpFileTime2 // second file time
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CompareFileTime IN kernel32;
STRING lpFileTime1,;
STRING lpFileTime2
|
 |
 |
 |
| Parameters: |
 |
lpFileTime1
[in] Pointer to a FILETIME structure that specifies the first file time.
lpFileTime2
[in] Pointer to a FILETIME structure that specifies the second file time. |
 |
 |
| Return value: |
 |
The return value is one of the following values.
Value Meaning
–1 First file time is less than second file time.
0 First file time is equal to second file time.
1 First file time is greater than second file time.
|
 |
 |
| Word Index links for the CompareFileTime : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-10-25 20:45:03 | | Modified: | 2001-11-26 16:03:47 | Visited in last 7 days: 21 |