MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / Version

Method Version

source/src/tools/system.h:14–19  ·  view source on GitHub ↗

need manifest to support

Source from the content-addressed store, hash-verified

12 public:
13 // need manifest to support
14 static OSVERSIONINFOW Version()
15 {
16 OSVERSIONINFOW info = { sizeof(OSVERSIONINFOW) };
17 GetVersionExW(&info);
18 return info;
19 }
20 static SIZE screenSize()
21 {
22 HMONITOR hmt = MonitorFromWindow(nullptr, MONITOR_DEFAULTTOPRIMARY);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected