Thank you, SerpentFly. That was fast.
printf("Adapter Name: %sn", pAdapter->AdapterName);
printf("Adapter Desc: %sn", pAdapter->Description);
printf("Adapter Addr: %ldn", pAdapter->Address);
printf("IP Address: %sn", pAdapter->IpAddressList.IpAddress.String);
printf("IP Mask: %sn", pAdapter->IpAddressList.IpMask.String);