How get list of local network computers?

Posted by KindDragon on Stack Overflow See other posts from Stack Overflow or by KindDragon
Published on 2010-04-01T01:05:03Z Indexed on 2010/04/01 1:13 UTC
Read the original article Hit count: 325

Filed under:
|
|

Hello.

I am trying to get a list of local network computers. I tried to use NetServerEnum and WNetOpenEnum API, but both API return error code 6118 (ERROR_NO_BROWSER_SERVERS_FOUND). Active Directory in the local network is not used.

Most odd Windows Explorer shows all local computers without any problems.

Are there other ways to get a list of computers in the LAN?

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++