MCPcopy Create free account
hub / github.com/WallBreaker2/op / GetWindowsBuildNumber

Function GetWindowsBuildNumber

libop/base/WindowsVersion.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41DWORD GetWindowsBuildNumber() {
42 WindowsVersion version = {};
43 return GetWindowsVersion(version) ? version.build : 0;
44}
45
46bool IsWindowsVersionAtLeast(DWORD major, DWORD minor, DWORD build) {
47 WindowsVersion current = {};

Callers

nothing calls this directly

Calls 1

GetWindowsVersionFunction · 0.85

Tested by

no test coverage detected