MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / FromHighLow

Method FromHighLow

Common/version.hpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 uint16_t Revision;
18
19 static constexpr Version FromHighLow(DWORD high, DWORD low)
20 {
21 return { HIWORD(high), LOWORD(high), HIWORD(low), LOWORD(low) };
22 }
23
24 static constexpr Version FromPackageVersion(winrt::Windows::ApplicationModel::PackageVersion version)
25 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected