In Windows' C API, how can you get a list of network interface names? (Equivalent to getifaddrs()
in Linux)
The WSAIoctl(sock, SIO_GET_INTERFACE_LIST_EX, ...)
function seems to only return IP addresses, plus a little metadata.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…