Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include "platform/MSWindowsWatchdog.h"
#include "arch/Arch.h"
#include "arch/win32/XArchWindows.h"
#include "base/Log.h"
#include "base/LogLevel.h"
#include "base/LogOutputters.h"
#include "base/TMethodJob.h"
#include "common/Constants.h"
#include "deskflow/App.h"
#include "mt/Thread.h"
#include "platform/MSWindowsHandle.h"
#include <Shellapi.h>
#include <UserEnv.h>
#include <Windows.h>
#include <shlobj.h>
#include <string.h>
#include <tchar.h>
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
std::string | trimOutputBuffer (const CHAR *buffer) |
HANDLE | openProcessForKill (const PROCESSENTRY32 &entry) |
#define WIN32_LEAN_AND_MEAN |
HANDLE openProcessForKill | ( | const PROCESSENTRY32 & | entry | ) |
std::string trimOutputBuffer | ( | const CHAR * | buffer | ) |