launcher: Stderr registry setting

This commit adds a new Stderr registry setting that can be used to redirect
the standard error output of a launched service instance.
This commit is contained in:
Bill Zissimopoulos
2020-04-25 00:48:40 -07:00
parent 3eb115eb22
commit 01744e8193
3 changed files with 114 additions and 49 deletions

View File

@@ -287,7 +287,8 @@ typedef struct _FSP_LAUNCH_REG_RECORD
PWSTR RunAs;
PWSTR Security;
PWSTR AuthPackage;
PVOID Reserved0[5];
PWSTR Stderr;
PVOID Reserved0[4];
ULONG JobControl;
ULONG Credentials;
ULONG AuthPackageId;