Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Interop / October 2005

Tip: Looking for answers? Try searching our database.

NetUserEnum

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
nat - 28 Oct 2005 12:29 GMT
Hi can someone help me,

when I call this

NetUserEnum(null, 0, 2, out bufPtr, -1, out EntriesRead, out TotalEntries,
out Resume);

but when
I call this it does not work

NetUserEnum("\\nataliya", 0, 2, out bufPtr, -1, out EntriesRead, out
TotalEntries, out Resume);

null is for my local machine

nataliya is the the name of one of my servers on the network.

I have been researching this but no results.

Many thanks
Mattias Sjögren - 28 Oct 2005 14:08 GMT
>NetUserEnum("\\nataliya", 0, 2, out bufPtr, -1, out EntriesRead, out

Keep in mind that \ is an escape character in C#, and \\ effectively
becomes just a single \ which isn't a valid UNC prefix. You need
"\\\\nataliya" or @"\\nataliya".

Mattias

Signature

Mattias Sjögren [MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

nat - 28 Oct 2005 14:21 GMT
It is still now working :(

> >NetUserEnum("\\nataliya", 0, 2, out bufPtr, -1, out EntriesRead, out
>
[quoted text clipped - 3 lines]
>
> Mattias

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.