func.h
资源名称:NetFinder.rar [点击查看]
上传用户:qiye66692
上传日期:2022-04-25
资源大小:72k
文件大小:0k
源码类别:
SNMP编程
开发平台:
Visual C++
- #pragma once
- #include "afx.h"
- #include ".Router.h"
- #include ".NetFinderDlg.h"
- #ifndef FUNC_H
- #define FUNC_H
- CString GetLocalIP();
- bool GetRouterInfo( LPCSTR ip, LPCSTR community, CRouter* pRouter);
- UINT SearchRouter( LPVOID pParam );
- UINT PingHost( LPVOID pParam );
- void DepthFirstSearch(CNetFinderDlg* dlg, CString ip, CString community, UINT depth );
- #endif