📄 utilities.h
字号:
// ========================================================
// Generic Utilities
//
// Design and Implementation by Floris van den Berg
// ========================================================
#ifndef UTILITIES_H
#define UTILITIES_H
#ifndef _STRING_
#include <string>
#endif
#ifndef _OPENNET_H
#include "OpenNet.h"
#endif
#ifndef _WINDOWS_
#ifndef _WINSOCK2API_
#include <winsock2.h>
#endif
#endif
unsigned long TCPIPResolveHost(const char *host);
_STL::string TCPIPGetLocalHost(SOCKET socket);
DWORD EpGetTickCount();
void EpDispatchSystemEvent(TRANSPORT_HANDLE handle, DWORD event, void *data = NULL, int size = 0);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -