From: "Edward Griffin" Newsgroups: comp.os.msdos.djgpp Subject: Re: Find Network User Names Date: Fri, 6 Apr 2001 17:14:44 +0100 Lines: 31 Message-ID: <9akq1f$6pr$1@news7.svr.pol.co.uk> References: <9afgni$3d0$1 AT newsg3 DOT svr DOT pol DOT co DOT uk> NNTP-Posting-Host: modem-223.high-hat.dialup.pol.co.uk X-Trace: news7.svr.pol.co.uk 986573679 6971 62.137.27.223 (6 Apr 2001 16:14:39 GMT) NNTP-Posting-Date: 6 Apr 2001 16:14:39 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Maybe I should rephrase the question. Does anyone know of a library with a function a bit like this:- char *getnetworkusername(char *node_address); so that I could do something like this:- int main() { printf("This program is searching to see who is logged on in the computer in the living room:-\n"); printf("USERNAME: %s\n", getnetworkusername("00.10.FA.09.84.1B")); } the output would either be:- This program is searching to see who is logged on in the computer in the living room:- USERNAME: BOB or This program is searching to see who is logged on in the computer in the living room:- USERNAME: NOBODY you get the picture. Does anyone know of library with a function like this? Thanks. ----- Edward