联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 Network Enumeration - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为18996
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • Air Traffic Controller
  • PoolMan
  • virtualdub-win
  • Apache-SSL-Jserv
  • CppUnit
  • FCK editor
  • GLgraph
  • Async Professional
  • -= 更多 =-

    项目描述:
    As many plain Win32-API tasks, the network enumeration can be a difficult one. To keep me from implementing such a task over and over again, I wrote a CNetwork class.
    The class CNetwork is mainly for enumerating the network and performing different tasks on the resources hit by the enumeration, so the central method of the class is

    BOOL   Enumerate(DWORD dwFlags = CNetwork::SEARCHDEFAULT);

    This method starts the enumeration of the network resources.

    在许多Win32-API 任务中,网络列举是比较难的一种。为了不再一次又一次实现这一任务,我编写了CNetwork 类。这个CNetwork 类主要用于列举网络,对列举的资源执行不同的任务,所以这个类的重要方法是BOOL   Enumerate(DWORD dwFlags = CNetwork::SEARCHDEFAULT);
    这个方法启动列举网络资源。
    来源: http://www.codeguru.com/internet/network_enum.shtml
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    network_enum_sample  1.0  2004-04-18 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/internet/network_enum_sample_project.zip

      » 合 作 伙 伴