Welcome![Sign In][Sign Up]
Location:
Search - Iphlpapi VC

Search list

[OS programarp

Description: 在windows平台下的一个ARP程序,有些安装VC++软件不完整的可能不包含部分同文件,Iphlpapi.h可以下载后放进include文件夹下面即可,通过程序帮助理解协议的本身
Platform: | Size: 4170 | Author: TK | Hits:

[OtherLocalHostInfo

Description: 采用ip帮助函数,获得本地主机的信息,编译环境是vc++,一定要有Iphlpapi.h等文件的存在才可编译通过。
Platform: | Size: 7172 | Author: henry | Hits:

[OS programarp

Description: 在windows平台下的一个ARP程序,有些安装VC++软件不完整的可能不包含部分同文件,Iphlpapi.h可以下载后放进include文件夹下面即可,通过程序帮助理解协议的本身-In a windows platform ARP procedures, and some installation VC++ Incomplete software may not contain some of the same document, Iphlpapi.h can be downloaded into the folder include the following can, through the procedure to help understand the agreement itself
Platform: | Size: 4096 | Author: TK | Hits:

[OtherLocalHostInfo

Description: 采用ip帮助函数,获得本地主机的信息,编译环境是vc++,一定要有Iphlpapi.h等文件的存在才可编译通过。-err
Platform: | Size: 7168 | Author: henry | Hits:

[Windows Developiphlpapi_beta

Description: vc编程中ip包过滤需要的库,当然如果选择安装几百兆的sdk的话,就不需要这个库了-vc programming required ip packet filtering library, of course, If you choose to install the sdk for several hundreds of megabytes, it does not need this library has been
Platform: | Size: 8192 | Author: huangwei | Hits:

[Internet-NetworkarpProject2

Description: 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使用的是 XP的操作系统,安装VC6.0,那么应该就需要这些文件。它们也已经和源代码一起打包了, 把其中的*.h文件放到VC的include目录,把*.lib文件放到VC的LIB目录就行,或者其它 项目可以引用到的地方。 之后用VC6.0打开工程文件,即arpdetector目录下的arpdetector.dsw,进行编译即-arp firewall ,wincap,ndis
Platform: | Size: 1792000 | Author: 成智之 | Hits:

[Windows Developiphlpapi

Description: ip comunication devel vc++ programming
Platform: | Size: 56320 | Author: hutress | Hits:

[OS programAPIAdapterInfo

Description: VC++网络适配器接口类:CNetworkAdapter源程序,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,使用者可以简单轻松地获取电脑上所有网络适配器的网络IP、网卡MAC、网卡描述、子网掩码等各种信息,同时还提供了一些简单的接口函数,利用这些函数你可以修改网络IP、网卡MAC。-VC++ Network Adapter Interface type: CNetworkAdapter source, the internal use of Iphlpapi, Setupapi function, the main package of some internal function, the user can easily obtain a simple computer network for all network adapter IP, LAN MAC, LAN description of all kinds of information such as subnet mask, but also provides some simple interface function, to use these functions you can modify the network IP, LAN MAC.
Platform: | Size: 76800 | Author: Arizona | Hits:

[Internet-NetworkIphlpapi

Description: VC的 iphlpapi.h iphlpapi.lib 等网络库-VC iphlpapi.h iphlpapi.lib
Platform: | Size: 18432 | Author: 123456 | Hits:

[VC/MFCiphlpapi.h-and-lib

Description: 很重要的头文件和lib,vc++6.0必备的工具,决定放心-Very important header files and lib, vc++ 6.0 the essential tools, decided to rest assured
Platform: | Size: 18432 | Author: login | Hits:

[Windows DevelopNPort

Description: VC实现的类似Windows Netstat命令查看开放端口的源码,并不是一个完整的程序。NPort.cpp : 显示端口及对应的文件名,相当于Netstat -noa命令. 适用于XP及较高级版本.所用的iphlpapi.dll中的函数原型定义,生成IP地址字符串。以下为与TCP相关的结构:   typedef struct tagMIB_TCPEXROW{   DWORD dwState // 连接状态.   DWORD dwLocalAddr // 本地计算机地址.   DWORD dwLocalPort // 本地计算机端口.   DWORD dwRemoteAddr // 远程计算机地址.   DWORD dwRemotePort // 远程计算机端口.   DWORD dwProcessId   } MIB_TCPEXROW, *PMIB_TCPEXROW -VC to achieve a similar Windows Netstat command to check open ports of the source, not a complete program. NPort.cpp: display port and the corresponding file name, which is equivalent Netstat-noa command for XP and higher versions of the definition of the function prototype iphlpapi.dll used in generating IP address string.. The following is the structure associated with the TCP: typedef struct tagMIB_TCPEXROW { DWORD dwState // connection status. DWORD dwLocalAddr // local computer address. DWORD dwLocalPort // local computer port. DWORD dwRemoteAddr // remote computer address. DWORD dwRemotePort // remote computer port. DWORD dwProcessId } MIB_TCPEXROW,* PMIB_TCPEXROW
Platform: | Size: 35840 | Author: wpudn18 | Hits:

CodeBus www.codebus.net