I need to create a virtual network adapter like "loopback adapter" or "virtualbox host-only network".
But I dont know what windows functions should I call to programatically create my own virtual adapter due to create a virtual NAT for my program.
I have been searching for documentation to do this but I didnt found anything, maybe somebody of you can help me.
The greatest information I have found corresponds to github projects like "npcap" or "softethervpn" but dont help me like a good docs can do.
Thank you.