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

Function GetLocalTime

Win32Lib/Win32Lib.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158SYSTEMTIME GetLocalTime()
159{
160 SYSTEMTIME st;
161 ::GetLocalTime(&st);
162 return st;
163}
164
165FILETIME GetSystemTimeAsFileTime()
166{

Callers 1

OnButtonClickedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected