MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / BuildNumber

Method BuildNumber

source/os_version.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 bool IsWin10OrLater(void) {return m_dwMajorVersion >= 10;} // Excludes early pre-release builds.
42
43 DWORD BuildNumber(void) {return m_dwBuildNumber;}
44 //LPCTSTR CSD(void) {return m_szCSDVersion;}
45 LPCTSTR Version() {return m_szVersion;}
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected