-
Hey,
I need to know how to find out if the user running my application is in a particular group in the network,
based on security needs for the program. Does anyone
have a snippet (I really hate that word) that could
help me figure that out? I know how to verify NT logon,
just not how to apply the username to a group.
Thanks !!
-
I don't have any code for you but what you're going to want to do is look at the MSDN site and search for netapi32. It's a dll that handles all the domain related stuff. Warning.. code written using it will not work on 95/98.