Welcome![Sign In][Sign Up]
Location:
Search - iphlpapi

Search list

[Windows DevelopTAPIAdapterInh

Description: 这里要给大家介绍的一个类CNetworkAdapter是一个网络适配器接口类,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,从而使用者可以简单轻松地获取当前机器上所有网络络适配器的各种信息,包括网络IP、网卡MAC、网卡描述、子网掩码等;同时又提供了一些简单的接口函数,使得使用者可以修改网络IP和网卡MAC。当然这个类的功能还可以再强大健壮些,不过还是留给有心人来完成吧 -Here to give you about a class CNetworkAdapter is a network adapter interface class the internal use Iphlpapi, Setupapi function, mainly encapsulates some internal functions, so that the user can simply and easily access all network network adapter on the current machine a variety of information, including network IP, the NIC the MAC, NIC description, subnet mask, etc. while providing a simple interface function, so that the user can modify network IP and network card MAC. Of course, the function of this class can also be a powerful robust some, but still left off.
Platform: | Size: 76800 | Author: xiruan | Hits:

[TCP/IP stackIPHelper-API-Demonstration-project

Description: IpHlpApi for delph 所有API示范,源自老外写的一个项目,包括了IpHlpApi 的所有API的使用方法示例,非常稀有!!像API添加路由、修改路由、查看修改网络连接属性等等!-IpHlpApi for delph all API demonstration from a project written by foreigners, including IpHlpApi all use of the API method example, very rare! ! Like add routing API, modify the route, view to modify the network connection properties, and so on!
Platform: | Size: 289792 | Author: 邹小朋 | Hits:

[Internet-NetworksetRoute

Description: 设置电脑中,路由信息,添加路由方法。重点研究使用IPHLPAPI函数,仅学习参考用。-Setting up your computer, routing information, to add routing methods. The key research use IPHLPAPI functions, learning reference only.
Platform: | Size: 187392 | Author: zja | 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:

[Internet-NetworkIphlpapi.h

Description: IP Helper 是一套用于管理本地网络设置的API。使用这一套API可以方便的改变计算机的网络设置或者提取有关的信息。而且它还提供了一种消息机制,能够在本地计算 机的网络设置发生改变时通知应用程序。实际上,它不仅仅能够提取本机的网络设置信息,还能够获得网络上其它计算机的IP使用情况和MAC地址。 -IP Helper is a set of API for the management of the local network settings. Using this set of APIs can easily change the computer' s network settings or extract the relevant information. It also provides a messaging mechanism to notify the application when the change in the local computer' s network settings. In fact, it is not only able to extract the information of the network settings, and also be able to get the IP use other computers on the network and MAC address.
Platform: | Size: 19456 | Author: 一笑 | Hits:

[Game ProgramMacAddress

Description: Using library iphlpapi.dll we can receive MAC address devices -Using library iphlpapi.dll we can receive MAC address devices
Platform: | Size: 350208 | Author: 任崔昌 | Hits:

[Windows DevelopMacAddress

Description: Using library iphlpapi.dll we can receive MAC address devices -Using library iphlpapi.dll we can receive MAC address devices
Platform: | Size: 350208 | Author: tionm | Hits:

[Communicationnetmonsg_vs2005

Description: windows 流量 监控 C++ 使用 iphlpapi.lib-windows network monitor C++ iphlpapi.lib
Platform: | Size: 195584 | Author: liyi | Hits:

[CSharpMAC

Description: C#由IP地址获取对应的网卡MAC地址,基于Iphlpapi.dll,主线程之外的线程要调用main线程中建立的控件,需要使用委托的方式。请确保网络是正常的,否则获取不到MAC地址-C# by IP address corresponding to the MAC address based Iphlpapi.dll, outside the main thread to call the main thread of threads created controls, you need to use a delegate approach. Please ensure that the network is normal, otherwise not get the MAC address
Platform: | Size: 13312 | Author: wangliqing | Hits:

[OS programiphlpapi

Description: 解决win7(64位)联网时MATLAB无法运行的问题-Solve win7 (64-bit) networking problems can not run MATLAB
Platform: | Size: 70656 | Author: 徐哥 | Hits:

[OS programiphlpapi

Description: 采用模拟API函数拦截,进行HOOK -Analog API function interception, carried HOOK API functions using simulated interception, carried HOOK
Platform: | Size: 12288 | Author: 李抗抗 | Hits:

[CSharpMAC

Description: C#由IP地址获取对应的网卡MAC地址,基于Iphlpapi.dll,主线程之外的线程要调用main线程中建立的控件,需要使用委托的方式。请确保网络是正常的,否则获取不到MAC地址。-C# to obtain the IP address corresponding to the MAC address, thread-based Iphlpapi.dll, outside the main thread to call the controls created in the main thread, you need to use a delegate approach. Please ensure that the network is normal, otherwise acquire less than MAC addresses.
Platform: | Size: 13312 | Author: gpudn10 | 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:

[Game Hook Crackiphlpapi

Description: 外挂多开-This plugin rolled
Platform: | Size: 24576 | Author: 阿飞 | Hits:

[Sniffer Package capturehookIpHlpApi

Description: hook IpHlpApi实现修改网卡信息-hook IpHlpApi
Platform: | Size: 2150400 | Author: 张珊珊 | Hits:

[Game Hook CrackNkai

Description: 跑跑卡丁车游戏多开源码,已添加注释。利用游戏调用的iphlpapi.dll文件。-Kart game to open up the source code has to add comments. Game call iphlpapi.dll files-Kart game to open source, add comments. Use iphlpapi.dll file game call.-Kart Game to open up the source code has to add comments. Game call iphlpapi.dll files
Platform: | Size: 873472 | Author: 大旭旭 | Hits:

[CommunicationSock-to-TAP

Description: This Source is same [maybe] with VPN. but it use for addon SSH Tunnel [Forwarding Port]. Component Required: - Business Skin. - CPRasMonitor. - IPHelper. - IpHlpApi. - DosCommand - AlphaSkins.
Platform: | Size: 2217984 | Author: yogi endavador | Hits:

[Software Engineeringgetroutetxt

Description: 显示路由表的程序. Iphlpapi.lib-show route table. Iphlpapi.lib
Platform: | Size: 1024 | Author: ddxx32 | Hits:

[Software Engineeringtest

Description: 显示网络甜适配器信息. Iphlpapi.lib-show network adapter info. Iphlpapi.lib
Platform: | Size: 304128 | Author: ddxx32 | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net