📄 ws-util.h
字号:
/*********************************************************************** ws-util.h - Declarations for the Winsock utility functions module.***********************************************************************/#if !defined(WS_UTIL_H)#define WS_UTIL_H// Uncomment one.#include <winsock.h>//#include <winsock2.h>extern const char* WSAGetLastErrorMessage(const char* pcMessagePrefix, int nErrorID = 0);extern bool ShutdownConnection(SOCKET sd);#endif // !defined (WS_UTIL_H)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -