GetCurrentFT (Windows CE 5.0)

Send Feedback

This function returns a system time converted to a FILETIME based on the Coordinated Universal Time.

void GetCurrentFT( LPFILETIME lpFileTime); 

Parameters

  • lpFileTime
    [out] Pointer to a FILETIME structure to receive the current system date and time.

Return Values

None.

Requirements

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

See Also

Time Functions | GetLocalTime | SetSystemTime | SetTimeZoneInformation | SYSTEMTIME | Timer Driver Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.