R
RussR
Hi,
I'm writing a program on my xpe computer that is running on a network and it
has to "discover"
the names of the other computers on the network in that same workgroup. The
good thing is that it knows all the IP addresses of the computers on the
network for which it wants the names. Is there a function that will allow
me to do this?
I'm aware of this:
BOOL GetComputerName(
LPTSTR lpBuffer, // address of name buffer
LPDWORD nSize // address of size of name buffer
);
It is however only useful on the computer where my code runs, not for
getting the names of the others.
The network is a regular Client For MS Networks with Workgroup (No Domain)
running. The systems will all be headless.
Thanks,
RussR
I'm writing a program on my xpe computer that is running on a network and it
has to "discover"
the names of the other computers on the network in that same workgroup. The
good thing is that it knows all the IP addresses of the computers on the
network for which it wants the names. Is there a function that will allow
me to do this?
I'm aware of this:
BOOL GetComputerName(
LPTSTR lpBuffer, // address of name buffer
LPDWORD nSize // address of size of name buffer
);
It is however only useful on the computer where my code runs, not for
getting the names of the others.
The network is a regular Client For MS Networks with Workgroup (No Domain)
running. The systems will all be headless.
Thanks,
RussR