代码搜索:Iphlpapi

找到约 471 项符合「Iphlpapi」的源代码

代码结果 471
www.eeworm.com/read/293802/8271611

h stdafx.h

// stdafx.h : 标准系统包含文件的包含文件, // 或是常用但不常更改的项目特定的包含文件 // #pragma once #include #include #include #include #include //#include
www.eeworm.com/read/267358/11181868

cpp sendarp.cpp

////////////////////////////////////////////////////// // SendARP.cpp文件 #include #include #include #pragma comment(lib, "Iphlpapi.lib") #pragma comment(lib
www.eeworm.com/read/101790/15813573

htm subject_60515.htm

序号:60515 发表者:wusic8 发表日期:2003-11-13 19:57:32 主题:哪里有iphlpapi.h啊,帮我啊,注:我没有SDK的 内容:哪里有iphlpapi.h啊,帮我啊,注:我没有SDK的 返回上页
www.eeworm.com/read/408538/11383408

h includes.h

#ifndef _INCLUDES_H #define _INCLUDES_H #include // htons() htonl() and other helper functions #pragma comment (lib,"WS2_32.lib") #include #include // Use
www.eeworm.com/read/147317/12564889

dpr tcpipmon.dpr

program TCPIPMon; uses Forms, arp in 'arp.pas', IPHLPAPI in 'IPHLPAPI.pas'; //findcomputerip in 'findcomputerip.pas'; //arp in 'arp.pas' {Form1}; {$R *.RES} begin Applicatio
www.eeworm.com/read/245347/12803531

c amax2050软件加密法.c

#include #include #include #pragma comment(lib, "Iphlpapi.lib") void main() { IP_ADAPTER_INFO pAdapterInfo; ULONG len = sizeof(pAdapterInfo); if(
www.eeworm.com/read/197173/8025928

cpp getinterfaceinfo.cpp

////////////////////////////////////////////////////////////////////// // GetInterfaceInfo.cpp文件 #include #include #include #pragma comment(lib, "Iphlpapi
www.eeworm.com/read/152070/12146513

dpr ip_monitor.dpr

program IP_Monitor; uses Forms, Unit1 in 'Unit1.pas' {Form1}, IPHLPAPI in 'IPHLPAPI.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); App
www.eeworm.com/read/234154/4660622

makefile

OUTDIR=.\Release INTDIR=.\Release all : iphlpapi.lib iphlpapi.lib : iphlpapi.c cl /c /Zl /nologo iphlpapi.c lib /nologo /def:iphlpapi.def iphlpapi.obj CLEAN : -@erase -@erase "
www.eeworm.com/read/352831/10503554

dpk msi_d6_rtl.dpk

package MSI_D6_Rtl; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OP