Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function converts file time to the format of system time.
Syntax
BOOL KFileTimeToSystemTime(
const FILETIME* lpft,
LPSYSTEMTIME lpst
);
Parameters
- lpft
[out] Pointer to the file time to be converted.
- lpst
[out] Pointer to the SYSTEMTIME structure in which the converted value is returned.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
This function, a version of FileTimeToSystemTime, is made available in the OEM adaptation layer (OAL).
Requirements
| Header | nkintr.h |
| Library | Nkstub.lib |
| Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
Kernel Functions
KCompareFileTime
KSystemTimeToFileTime