Hi,
I try to collect a User Information from network, I am using the 'netapi32' DLL, And i Receive "Can't Find DLL entry point NetUserGetInfo in Netapi32".
Any Idea?
Regards
Printable View
Hi,
I try to collect a User Information from network, I am using the 'netapi32' DLL, And i Receive "Can't Find DLL entry point NetUserGetInfo in Netapi32".
Any Idea?
Regards
Well, that's because the API function NetUserGetInfo is only supported under WinNT (3.1 or higher). It is not supported under Win95/98/ME :-(((
Surgeon
Hi Surgeon,
Thanks for the info...Well i think i should search for the information i need in other places. :-(((
Regards