MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / IsStandardWindow

Method IsStandardWindow

IntelPresentMon/Core/source/kernel/Overlay.cpp:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 }
487
488 bool Overlay::IsStandardWindow() const
489 {
490 if (!pWindow) return false;
491 return pWindow->Standard();
492 }
493
494 const ::pmon::util::win::Process& Overlay::GetProcess() const
495 {

Callers 1

RegisterWindowSpawnMethod · 0.80

Calls 1

StandardMethod · 0.45

Tested by

no test coverage detected