There is a function called if_nametoindex() that converts an interface name into an interface index. This function appears to be available on Linux and Windows. On Linux, I imagine these interface names might look like "eth0" or "wlan0".
My question is: what do Win32 interface names look like? And are there any calls that let me query what interface names are available?