Windows-Server-2003/ds/security/gina/msgina/audit.h

32 lines
561 B
C

/****************************** Module Header ******************************\
* Module Name: audit.h
*
* Copyright (c) 1991, Microsoft Corporation
*
* Defines utility routines that deal with the system audit log
*
* History:
* 12-09-91 Davidc Created.
\***************************************************************************/
//
// Exported function prototypes
//
BOOL
GetAuditLogStatus(
PGLOBALS
);
BOOL
DisableAuditing(
);
DWORD
GenerateCachedUnlockAudit(
IN PSID pUserSid,
IN PCWSTR pszUser,
IN PCWSTR pszDomain
);