Shouldn't it be possible to capture a list of users on a windows box by only using the Win32::API module? I am aware that Win32::NetAdmin and Win32::AdminMisc have wrappers around C functions that accomplish this but can someone show me how you would accomplish this using the Win32::API. <br> I assume the code would be something like:<br> $NetUserEnum = new Win32::API("netapi32", "NetUserEnum", ['P','N','N','N','N','N','N','N'], 'P'); <br> But I am unsure how to build a call to it. <br> Can someone help me out?
GetUsers using the Win32::API
PerlDiscuss - Perl Newsgroups and mailing lists Tue, 10 Feb 2004 09:25:26 -0800
- Re: GetUsers using the Win... PerlDiscuss - Perl Newsgroups and mailing lists
- Re: GetUsers using th... Randy W. Sims