Share via


KCompareFileTime (Windows CE 5.0)

Send Feedback

This function compares two file time values for equality. File time is the specific date and time at which a specified file was created, last accessed, or last written.

LONG KCompareFileTime( LPFILETIME lpft1, LPFILETIME lpft2 );

Parameters

  • lpft1
    [out] Pointer to the first file time for comparison.
  • lpft2
    [out] Pointer to the second file time for comparison.

Return Values

The following table shows the possible return values.

Value Description
–1 The first file time is earlier than second file time.
0 The file times are equal.
1 The first file time is later than second file time.

Remarks

This function, a version of the function CompareFileTime, is made available to the OAL.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.

See Also

CompareFileTime | KFileTimeToSystemTime | KSystemTimeToFileTime

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.