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

Function GetSystemTime

Win32Lib/Win32Lib.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151SYSTEMTIME GetSystemTime()
152{
153 SYSTEMTIME st;
154 ::GetSystemTime(&st);
155 return st;
156}
157
158SYSTEMTIME GetLocalTime()
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected