In general using getaddrinfo()
in Win10 application with the hint for AI_FQDN
works. But I have a Windows 8 workstation on the network that returns only the workstation name, not the FQDN like the other workstations on the network. It's joined to the domain just like the others.
Any idea why this workstation doesn't return the actual FQDN? I presume I'd run in to this on other networks too?
TIA!!