| 4 | #include "Defines.h" |
| 5 | |
| 6 | bool 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 | |
| 13 | bool CNM_App::ActivateScreenProtection(HWND hWnd, bool bEnabled) |
| 14 | { |