MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetSystemTimeAsFileTime

Function GetSystemTimeAsFileTime

Win32Lib/Win32Lib.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165FILETIME GetSystemTimeAsFileTime()
166{
167 FILETIME ft;
168 GetSystemTimeAsFileTime(&ft);
169 return ft;
170}
171
172void ThrowIfZero(const FILETIME& ft)
173{

Callers 8

OpenLogFileFunction · 0.85
AddMethod · 0.85
AddInternalMethod · 0.85
LoadLogFileFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
CreateTestFileFunction · 0.85
AppendToTestFileFunction · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by 4

LoadLogFileFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
CreateTestFileFunction · 0.68
AppendToTestFileFunction · 0.68