global.h
资源名称:1731.rar [点击查看]
上传用户:swkcbjrc
上传日期:2016-04-02
资源大小:45277k
文件大小:1k
源码类别:
游戏
开发平台:
Visual C++
- HWND hwnd;
- #define nTotalNum 100
- #define WM_SCAN WM_USER+100
- #define WM_SCANOVER WM_USER+101
- #define WM_SCANSTART WM_USER+102
- #define MAXSITE 5000
- int nThreadCount,nCurrent,count;
- bool blnRunning;
- CCriticalSection session;
- struct _tagHost
- {
- CString strName;
- CString strIP;
- u_short uPort;
- bool bProxy;
- CString strProxyName;
- CString strProxyIP;
- u_short uProxyPort;
- bool bFinished;
- };
- struct _tagThread
- {
- int nThreadNum; //线程编号
- int nThreadFlag; //当前状态 0启动 1 运行 2 结束 3 闲置
- CString strMsg;
- struct _tagHost *pHost; //扫描主机信息
- };