⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global1.h

📁 See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden
💻 H
字号:
// GLOBAL.H
// Global Variables

#include "..\winsock.h"													// Winsock header file
#include "sockman1.h"														// Prototypes and constants

//	Global Sockman variables
extern HWND hwndSockman;												// Sockman window handle
extern HANDLE hInstanceSockman;									// Sockman instance handle
extern char szAppName[9];												// Application name
extern char szPrintBuffer[MAX_PRINT_BUFFER+1];	// Buffer for text to paint

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -