MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / GetScreenProtectionStatus

Method GetScreenProtectionStatus

Source/Client/NM_Engine/ScreenProtection.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "Defines.h"
5
6bool CNM_App::GetScreenProtectionStatus(HWND hWnd)
7{
8 if (m_mScreenProtectionStatus.find(hWnd) != m_mScreenProtectionStatus.end())
9 return m_mScreenProtectionStatus[hWnd];
10 return false;
11}
12
13bool CNM_App::ActivateScreenProtection(HWND hWnd, bool bEnabled)
14{

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected