dll: FspSxsAppendSuffix

This commit is contained in:
Bill Zissimopoulos
2022-08-20 11:58:00 +01:00
parent 7e59c2e5a6
commit a7bc306b2d
3 changed files with 117 additions and 10 deletions

View File

@ -72,6 +72,7 @@ NTSTATUS FspEventLogUnregister(VOID);
PWSTR FspSxsIdent(VOID);
PWSTR FspSxsSuffix(VOID);
PWSTR FspSxsAppendSuffix(PWCHAR Buffer, SIZE_T Size, PWSTR Ident);
PSID FspWksidNew(WELL_KNOWN_SID_TYPE WellKnownSidType, PNTSTATUS PResult);
PSID FspWksidGet(WELL_KNOWN_SID_TYPE WellKnownSidType);