
WNetEnumResource Question
WNetEnumResource must be called recursively, with NETRESOURCE structure
properly set, to list all the computers on the network. Look at my answer
for "Network workgroup in VB" posting. I just replied to it few minutes
back. I have attached a bas module to that posting which has the code that
you need.
Quote:
>Hi there...
>How can I enum the computers available on the LAN?
>The WNetEnumResource only returns the drives that I have mapped, even
though
>I have set the WNetOpenEnum to enum all avalilable resources.
>/Suurland