![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include <ws2tcpip.h>#include "arch/IArchMultithread.h"#include "arch/IArchNetwork.h"#include <WinSock2.h>#include <Windows.h>#include <list>#include <mutex>

Go to the source code of this file.
Classes | |
| class | ArchSocketImpl |
| Internal socket data. An architecture dependent type holding the necessary data for a socket. More... | |
| class | ArchNetAddressImpl |
| Internal network address data. An architecture dependent type holding the necessary data for a network address. More... | |
| class | ArchNetworkWinsock |
| Win32 implementation of IArchNetwork. More... | |
Macros | |
| #define | INCL_WINSOCK_API_PROTOTYPES 0 |
| #define | INCL_WINSOCK_API_TYPEDEFS 0 |
| #define | WIN32_LEAN_AND_MEAN |
| #define | ARCH_NETWORK ArchNetworkWinsock |
| #define | ADDR_HDR_SIZE offsetof(ArchNetAddressImpl, m_addr) |
| #define | TYPED_ADDR(type_, addr_) |
| #define ADDR_HDR_SIZE offsetof(ArchNetAddressImpl, m_addr) |
| #define ARCH_NETWORK ArchNetworkWinsock |
| #define INCL_WINSOCK_API_PROTOTYPES 0 |
| #define INCL_WINSOCK_API_TYPEDEFS 0 |
| #define TYPED_ADDR | ( | type_, | |
| addr_ ) |
| #define WIN32_LEAN_AND_MEAN |