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

Function SystemTimeToFileTime

extern/boost/boost/winapi/time.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101BOOST_FORCEINLINE BOOL_ SystemTimeToFileTime(const SYSTEMTIME_* lpSystemTime, FILETIME_* lpFileTime)
102{
103 return ::SystemTimeToFileTime(reinterpret_cast< const ::_SYSTEMTIME* >(lpSystemTime), reinterpret_cast< ::_FILETIME* >(lpFileTime));
104}
105
106BOOST_FORCEINLINE BOOL_ FileTimeToSystemTime(const FILETIME_* lpFileTime, SYSTEMTIME_* lpSystemTime)
107{

Callers 2

GetSystemTimeAsFileTimeFunction · 0.85
touchFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected