Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
MSWindowsScreenSaver.cpp File Reference
#include "platform/MSWindowsScreenSaver.h"
#include "arch/Arch.h"
#include "arch/win32/ArchMiscWindows.h"
#include "base/Log.h"
#include "base/TMethodJob.h"
#include "mt/Thread.h"
#include "platform/MSWindowsScreen.h"
#include <malloc.h>
#include <tchar.h>
Include dependency graph for MSWindowsScreenSaver.cpp:

Macros

#define SPI_GETSCREENSAVERRUNNING   114

Variables

static const TCHAR * g_isSecureNT = "ScreenSaverIsSecure"
static const TCHAR * g_isSecure9x = "ScreenSaveUsePassword"
static const TCHAR *const g_pathScreenSaverIsSecure [] = {"Control Panel", "Desktop", nullptr}

Macro Definition Documentation

◆ SPI_GETSCREENSAVERRUNNING

#define SPI_GETSCREENSAVERRUNNING   114

Variable Documentation

◆ g_isSecure9x

const TCHAR* g_isSecure9x = "ScreenSaveUsePassword"
static

◆ g_isSecureNT

const TCHAR* g_isSecureNT = "ScreenSaverIsSecure"
static

◆ g_pathScreenSaverIsSecure

const TCHAR* const g_pathScreenSaverIsSecure[] = {"Control Panel", "Desktop", nullptr}
static