I am searching for a way to check if a user is a member of a specific group using Visual C++. Our application allows a user to belong to more than one group. I suspect that there is some sort of system call that either returns a list of groups that a user belongs to or else provides a boolean routine that checks if a user belongs
to a specific group. Either type would work. Thanks in advance.
to a specific group. Either type would work. Thanks in advance.