FIXED_INFO pi;
ZeroMemory(&pi,sizeof(pi));
ULONG pLen=sizeof(pi);
GetNetworkParams(&pi,&pLen);
printf("/nDnsList:%s/n",pi.DnsServerList.IpAddress.String);//DNS列表
printf("/nHostName:%s/n",pi.HostName);
获取DNS列表

最新推荐文章于 2025-09-05 15:04:40 发布
FIXED_INFO pi;
ZeroMemory(&pi,sizeof(pi));
ULONG pLen=sizeof(pi);
GetNetworkParams(&pi,&pLen);
printf("/nDnsList:%s/n",pi.DnsServerList.IpAddress.String);//DNS列表
printf("/nHostName:%s/n",pi.HostName);