netbios names
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to enumerate the netbios names of a machine. nbtstat -A IPAddress command can do this very easily. It displays all the netbios names. I searched msdn and codeproject but I could not find an example. How can I do this ? Is there an api or do I need to craft a UDP packet by myself and send to port 137 of the target machine ? Thanks Orcun Colak