Share via


SystemTimeToFileTime (Windows CE 5.0)

Send Feedback

This function converts a system time to a file time.

BOOLSystemTimeToFileTime( constSYSTEMTIME* lpSystemTime, LPFILETIMElpFileTime );

Parameters

  • lpSystemTime
    [in] Pointer to a SYSTEMTIME structure that contains the time to be converted. The wDayOfWeek member of the SYSTEMTIME structure is ignored.
  • lpFileTime
    [out] Pointer to a FILETIME structure to receive the converted system time.

Return Values

Nonzero indicates success.

Zero indicates failure.

To get extended error information, call GetLastError.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.

See Also

Time Functions | FileTimeToSystemTime | FILETIME | SYSTEMTIME | Timer Driver Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.