windows-nt/Source/XPSP1/NT/net/ipsec/spd/server/audit.h

55 lines
844 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
DWORD
PerformAudit(
DWORD dwCategoryId,
DWORD dwAuditId,
PSID pSid,
DWORD dwParamCnt,
LPWSTR * ppszArgArray,
BOOL bSuccess,
BOOL bDoAudit
);
VOID
AuditEvent(
DWORD dwCategoryId,
DWORD dwAuditId,
DWORD dwStrId,
LPWSTR * ppszArguments,
BOOL bSuccess,
BOOL bDoAudit
);
VOID
AuditOneArgErrorEvent(
DWORD dwCategoryId,
DWORD dwAuditId,
DWORD dwStrId,
DWORD dwErrorCode,
BOOL bSuccess,
BOOL bDoAudit
);
VOID
AuditIPSecPolicyEvent(
DWORD dwCategoryId,
DWORD dwAuditId,
DWORD dwStrId,
LPWSTR pszPolicyName,
BOOL bSuccess,
BOOL bDoAudit
);
VOID
AuditIPSecPolicyErrorEvent(
DWORD dwCategoryId,
DWORD dwAuditId,
DWORD dwStrId,
LPWSTR pszPolicyName,
DWORD dwErrorCode,
BOOL bSuccess,
BOOL bDoAudit
);