Hi, I want to control who a process is running as on the fly. Is this
possible? LogonUser and impersonation doesn't seem to work because
LogonUser doesn't actually start everything needed by that user. VPN
connection for example. I see so much about Security IDs and such, is
there a way to manipulate the owner of a process while the process is
running via these IDs? I don't see any apis that take UN, Domain, and
PW like LogonUser. Thanks