不熟悉
DWORD AddIPAddress(
IPAddr Address, // IP address to add
IPMask IpMask, // subnet mask for IP address
DWORD IfIndex, // index of adapter
PULONG NTEContext, // Net Table Entry context
PULONG NTEInstance // Net Table Entry Instance
); //这个函数可以追加一个IP地直到一个IfIndex指定的网卡。 此函数Win2K以后版本
//支持
DWORD DeleteIPAddress(
ULONG NTEContext // net table entry context
); //删除一个不IP地址 此函数Win2K以后版本
//支持
DWORD GetIpAddrTable(
PMIB_IPADDRTABLE pIpAddrTable, // buffer for mapping table
PULONG pdwSize, // size of buffer
BOOL bOrder // sort the table
); //返回一个IP地址与网卡的mapping table 此函数WIN98以后版本支持
binding不知道怎么做