mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-06-26 06:39:50 +00:00

We don't actually have any handles that should be inherited, so specifying TRUE for bInheritHandles to CreateProcessAsUserA is pointless. Furthermore, according to MSDN, "[y]ou cannot inherit handles across sessions," and we are spawning the host in a different session, so this is even more pointless.