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

Function FileTimeToLocalFileTime

extern/boost/boost/winapi/time.hpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111#if BOOST_WINAPI_PARTITION_APP_SYSTEM
112BOOST_FORCEINLINE BOOL_ FileTimeToLocalFileTime(const FILETIME_* lpFileTime, FILETIME_* lpLocalFileTime)
113{
114 return ::FileTimeToLocalFileTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_cast< ::_FILETIME* >(lpLocalFileTime));
115}
116
117BOOST_FORCEINLINE BOOL_ LocalFileTimeToFileTime(const FILETIME_* lpLocalFileTime, FILETIME_* lpFileTime)
118{

Callers 2

create_timeMethod · 0.85
getCurrentTimeStampMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected