获取DNS列表

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)