Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
FILETIME GetSystemTimeAsFileTime()
166
{
167
FILETIME ft;
168
GetSystemTimeAsFileTime(&ft);
169
return ft;
170
}
171
172
void ThrowIfZero(const FILETIME& ft)
173
{
Callers
8
OpenLogFile
Function · 0.85
Add
Method · 0.85
AddInternal
Method · 0.85
LoadLogFile
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
CreateTestFile
Function · 0.85
AppendToTestFile
Function · 0.85
Load
Method · 0.85
Calls
no outgoing calls
Tested by
4
LoadLogFile
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
CreateTestFile
Function · 0.68
AppendToTestFile
Function · 0.68