Share via


KLocalFileTimeToFileTime

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function converts a local file time to a file time based on the Universal Time Coordinate (UTC).

Syntax

BOOL KLocalFileTimeToFileTime(
  const FILETIME* lpft,
  LPFILETIME lpst
);

Parameters

  • lpft
    [in] Pointer to the file time that is to be converted.
  • lpst
    [out] Pointer to the SYSTEMTIME structure where the converted value is returned.

Return Value

TRUE indicates success; FALSE indicates failure.

Remarks

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

Requirements

Header kernel.h
Library Nk.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Other Resources

SYSTEMTIME
LocalFileTimeToFileTime