I have a third-party dll that should return the name of the machine. Sometimes it returns
\\John-PC
it returns several times
\\192.168.1.120
and recently I found that it returns something like this
\\[ef80::32d6:2255:27dd:123c]
So what is the third option?
If this is not a mistake or MAC orelse, can I convert it to \ 192.168.1.120 and have fun ???
source
share