getproxysetting.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. ////////////////////////////////////////////////////////////////////////////////
  2. //  
  3. //  FileName    :   GetProxySetting.h
  4. //  Version     :   1.0
  5. //  Creater     :   Linsuyi
  6. //  Date        :   2002.01.21  15:40
  7. //  Comment     :   Kingsoft Windows Proxy Getting source file
  8. //  
  9. ////////////////////////////////////////////////////////////////////////////////
  10. #ifndef _GETPROXYSET_H
  11. #define _GETPROXYSET_H  1
  12. #define IEPROXY_NONE                        0x0000
  13. #define IEPROXY_HTTP                        0x0001
  14. #define IEPROXY_SOCKS                       0x0002
  15. #define IEPROXY_FTP                         0x0004
  16. int GetIEProxyValid();
  17. int GetIEProxyHttp(int nSvrNameSize, char *pszProxySvrName, int *pnProxyPort);
  18. int GetIEProxySocks5(int nSvrNameSize, char *pszProxySvrName, int *pnProxyPort);
  19. int IsIEProxyEnable();
  20. #endif  // #ifndef _GETPROXYSET_H