dll: np: implement custom Credential Provider logic

This commit is contained in:
Bill Zissimopoulos
2018-11-29 21:05:57 -08:00
parent 3119922708
commit 0f185587c9
4 changed files with 103 additions and 25 deletions

View File

@ -286,10 +286,12 @@ typedef struct _FSP_LAUNCH_REG_RECORD
PWSTR WorkDirectory;
PWSTR RunAs;
PWSTR Security;
PVOID Reserved0[6];
PWSTR AuthPackage;
PVOID Reserved0[5];
ULONG JobControl;
ULONG Credentials;
ULONG Reserved1[6];
ULONG AuthPackageId;
ULONG Reserved1[5];
UINT8 Buffer[];
} FSP_LAUNCH_REG_RECORD;
#pragma warning(pop)