MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / FileTimeToSystemTime

Function FileTimeToSystemTime

extern/boost/boost/winapi/time.hpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106BOOST_FORCEINLINE BOOL_ FileTimeToSystemTime(const FILETIME_* lpFileTime, SYSTEMTIME_* lpSystemTime)
107{
108 return ::FileTimeToSystemTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_cast< ::_SYSTEMTIME* >(lpSystemTime));
109}
110
111#if BOOST_WINAPI_PARTITION_APP_SYSTEM
112BOOST_FORCEINLINE BOOL_ FileTimeToLocalFileTime(const FILETIME_* lpFileTime, FILETIME_* lpLocalFileTime)

Callers 1

getCurrentTimeStampMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected