I would like my program to act as if it was not started as an admin for some calls. This is because my IDE (VB6 in this case) needs to run with admin rights but if I start my C++ DLL functions from the IDE I want to test if everything works well for normal users, too.
Is there any programmatical way (in either VB6 or C++) to achieve that?