KLocalFileTimeToFileTime
This function converts a local file time to a file time based on the Universal Time Coordinate (UTC).
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 in which the converted value is returned.
Return Values
TRUE indicates success; FALSE indicates failure.
Remarks
This function, a version of the function LocalFileTimeToFileTime, is made available to the OAL.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Kernel.h.
Link Library: Nk.lib.
See Also
SYSTEMTIME | LocalFileTimeToFileTime
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.