Enum the network
I'm making a program that can browse the network.I want to be able to browse both the NT4 domains and the active directory. I use the WNetEnumResource to get info about the NT4 network. What routines should I use the detect and browse the active directory? Is there a unified way or do I have to use seperate functions?
An example whould be great.