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