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

Function GetSystemTime

extern/boost/boost/winapi/time.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94#endif
95
96BOOST_FORCEINLINE VOID_ GetSystemTime(LPSYSTEMTIME_ lpSystemTime)
97{
98 ::GetSystemTime(reinterpret_cast< ::_SYSTEMTIME* >(lpSystemTime));
99}
100
101BOOST_FORCEINLINE BOOL_ SystemTimeToFileTime(const SYSTEMTIME_* lpSystemTime, FILETIME_* lpFileTime)
102{

Callers 3

GetSystemTimeAsFileTimeFunction · 0.85
touchFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected