how can I get a local area connection name (the string, exactly as I see it
in Network Connections)? I looked in iphelper functions, but I can only
obtain the adaptor name, but not the connection name itself.
I need this name to be able to pass it to netsh.exe program to setup IP
adress, subnet mask ant gateway address programmatically
(so I call "netsh.exe interface ip set address "Connection name" static IP
SUBNET GATEWAY 1").... Need the solutin in Visual C++(MFC)..
Thanks in advance
Akshay...