looking-glass/host/platform/Windows/src
Quantum 93d97424df [host] service: disable handle inheritance when spawning host
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.
2021-04-29 11:51:41 +10:00
..
force_compose.c [host] nvfbc: force composition to capture some full screen apps 2021-01-21 12:14:03 +11:00
mousehook.c [host] nvfbc: generate cursor position update on startup 2021-01-28 11:18:02 +11:00
platform.c [host] windows: re-implement open log safely 2021-03-22 09:06:07 +11:00
platform.h [host] windows: re-implement open log safely 2021-03-22 09:06:07 +11:00
service.c [host] service: disable handle inheritance when spawning host 2021-04-29 11:51:41 +10:00
service.h [host] return a proper exit code 2021-01-21 15:07:19 +11:00