2025-04-27 07:49:33 -04:00

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