dll: launch: registry: support Recovery setting

This commit is contained in:
Bill Zissimopoulos
2020-04-16 16:08:55 -07:00
parent 924d1f9a3e
commit 0268e51099
2 changed files with 5 additions and 1 deletions

View File

@ -291,7 +291,8 @@ typedef struct _FSP_LAUNCH_REG_RECORD
ULONG JobControl;
ULONG Credentials;
ULONG AuthPackageId;
ULONG Reserved1[5];
ULONG Recovery;
ULONG Reserved1[4];
UINT8 Buffer[];
} FSP_LAUNCH_REG_RECORD;
#pragma warning(pop)