Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Belongs to a Group...?

Status
Not open for further replies.

laado

Programmer
Oct 17, 2002
35
AU
Hi Guys
Is it Possible for a Application running on Windows98 to
determine whether user Belongs to a particular Group on the
Network,(Windows 2000).

No problems on Windows 2000 , But can't get it to run on Windows 98.

Thanks

Daljinder
 
if you are using NetUserGetGroups, NetUserGetLocalGroups or similar API calls, which I guess you are, they are not supported by win95 or 98.

quote straight from MSDN for NetUserGetLocalGroups requirements section

Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmaccess.h; include Lm.h.
Library: Use Netapi32.lib.

take Care

Matt

and
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top