KSystemTimeToFileTime (Windows Embedded CE 6.0)

1/6/2010

This function converts system time to file time format.

Syntax

BOOL KSystemTimeToFileTime(
  LPSYSTEMTIME lpst,
  LPFILETIME lpft
);

Parameters

  • lpst
    [out] Pointer to the system time to be converted.
  • lpft
    [out] Pointer to the FILETIME structure in which the converted value is returned.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

This kernel function, a version of SystemTimeToFileTime, is made available in the OEM adapation layer (OAL) to be called by device drivers.

Requirements

Header nkintr.h
Library Nkstub.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Kernel Functions
KCompareFileTime
KFileTimeToSystemTime

Other Resources

SystemTimeToFileTime
FILETIME
SYSTEMTIME