Deskflow
1.26.0.0
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
XArchWindows.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2025 Deskflow Developers
4
* SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
5
* SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman
6
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
7
*/
8
9
#pragma once
10
11
#include <QString>
12
#include <string>
13
14
#define WIN32_LEAN_AND_MEAN
15
#include <Windows.h>
16
17
QString
windowsErrorToQString
(
DWORD
error);
18
std::string
windowsErrorToString
(
DWORD
error);
DWORD
static const WSAEVENT FAR DWORD
Definition
ArchNetworkWinsock.cpp:55
windowsErrorToQString
QString windowsErrorToQString(DWORD error)
Definition
XArchWindows.cpp:13
windowsErrorToString
std::string windowsErrorToString(DWORD error)
Definition
XArchWindows.cpp:33
src
lib
arch
win32
XArchWindows.h
Generated by
1.16.1