Hello, I am currently working on a project where I need to get all the computers inside a network resource.
I am currently using WNetOpenEnum and its associated functions to find the computers, but as this is running on a large network, it takes a while to iterate through all the network workgroups.
Is it possible just to 'jump' to a certain segment, e.g. WORKGROUP and therefore removing the need for scanning through the whole network?
Hope you can understand the question (not sure if i used the correct terminology), cheers.