dll: FspDebugLogSD

This commit is contained in:
Bill Zissimopoulos
2016-01-15 15:05:19 -08:00
parent 73ca6b30dc
commit 5a1384462b
3 changed files with 23 additions and 0 deletions

View File

@ -205,6 +205,7 @@ FSP_API VOID FspPathCombine(PWSTR Prefix, PWSTR Suffix);
*/
FSP_API NTSTATUS FspNtStatusFromWin32(DWORD Error);
FSP_API VOID FspDebugLog(const char *format, ...);
FSP_API VOID FspDebugLogSD(const char *format, PSECURITY_DESCRIPTOR SecurityDescriptor);
#ifdef __cplusplus
}