windows-nt/Source/XPSP1/NT/ds/security/gina/msgina/audit.h
2020-09-26 16:20:57 +08:00

25 lines
451 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(
);