{
padapterinfo = (pip_adapter_info)malloc (sizeof(ip_adapter_info));
res = getadaptersinfo(padapterinfo, &size);
if (res == 0)
{
cstring str;