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.
This function converts system time to file time format.
BOOL KSystemTimeToFileTime( LPSYSTEMTIME lpst, LPFILETIME lpft );
Parameters
- lpst
[out] Pointer to the system time that is to be converted. - lpft
[out] Pointer to the FILETIME structure in which the converted value is returned.
Return Values
TRUE indicates success; FALSE indicates failure.
Remarks
This kernel function, a version of the function SystemTimeToFileTime, is made available to the OAL and can be called by device drivers.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
KCompareFileTime | KFileTimeToSystemTime | SystemTimeToFileTime | FILETIME | SYSTEMTIME
Send Feedback on this topic to the authors