func.h
上传用户:qiye66692
上传日期:2022-04-25
资源大小:72k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. #pragma once
  2. #include "afx.h"
  3. #include ".Router.h"
  4. #include ".NetFinderDlg.h"
  5. #ifndef FUNC_H
  6. #define FUNC_H
  7. CString GetLocalIP();
  8. bool GetRouterInfo( LPCSTR ip, LPCSTR community, CRouter* pRouter);
  9. UINT SearchRouter( LPVOID pParam );
  10. UINT PingHost( LPVOID pParam );
  11. void DepthFirstSearch(CNetFinderDlg* dlg, CString ip, CString community, UINT depth );
  12. #endif