MCPcopy Create free account
hub / github.com/Kitware/CMake / VSIsWow64

Function VSIsWow64

Source/cmGlobalVisualStudioVersionedGenerator.cxx:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#endif
31
32static bool VSIsWow64()
33{
34 BOOL isWow64 = false;
35 return IsWow64Process(GetCurrentProcess(), &isWow64) && isWow64;
36}
37
38static bool VSIsArm64Host()
39{

Callers 2

VSHostPlatformNameFunction · 0.85
VSHostArchitectureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…