
API calls for retrieving all the Workgroup/Domain/Computer names on the network
how can i do it on win98?!?!?!
netserverenum from netapi32.dll works not on win98
can somebody help?
thanx sven
Quote:
> From where?
> On NT/W2K you can use NetServerEnum
> > API calls for retrieving all the Workgroup/Domain/Computer names on the
> > network
> > I need to do two things I need to get a list of all the
Workgroups/Domains
> > on the network and place all those names into an array. The second thing
I
> > need to do is to get all the computer names on a specific
Workgroup/Domain
> > and place them into an array. Does anyone now the APIs to do this?