Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This function converts file time to the format of system time.
BOOL KFileTimeToSystemTime( const FILETIME* lpft, LPSYSTEMTIME lpst );
Parameters
- lpft
[out] 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 FileTimeToSystemTime, is made available to the OAL.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
FileTimeToSystemTime | KCompareFileTime | KSystemTimeToFileTime | FILETIME | SYSTEMTIME
Send Feedback on this topic to the authors