NKFileTimeToSystemTime (Compact 2013)
10/16/2014
This function converts file time to the format of system time.
Syntax
BOOL NKFileTimeToSystemTime(
const FILETIME* lpft,
LPSYSTEMTIME lpst
);
Parameters
- lpft
[out] Pointer to the file time to convert.
- 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). The pfnFileTimeToSystemTime member of NKGLOBAL points to this function.
Requirements
Header |
nkintr.h |
Library |
Nkstub.lib |
See Also
Reference
Kernel Functions Available to the OAL
NKSystemTimeToFileTime