InternetTimeToSystemTime (Windows CE 5.0)

Send Feedback

This function takes an HTTP time/date string and converts it to a SYSTEMTIME structure.

BOOL InternetTimeToSystemTime(LPCTSTR lpszTime, SYSTEMTIME* pst, DWORD dwReserved);

Parameters

  • lpszTime
    [in] Long pointer to a null-terminated date/time string to convert.
  • pst
    [out] Pointer to the converted time.
  • dwReserved
    [in] Reserved. Must be set to zero.

Return Values

TRUE indicates that the string was converted. FALSE indicates failure. To get extended error information, call GetLastError.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Wininet.h.
Link Library: Wininet.lib.

See Also

SYSTEMTIME | WinInet Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.