Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
516 B

/******************************************************************************
A U D I T C H E C K
Name: auditchk.h
Date: 1/20/94
Creator: John Fu
Description:
This is the header file for auditchk.c
******************************************************************************/
#define AUDIT_PRIVILEGE_CHECK 0
#define AUDIT_PRIVILEGE_ON 1
#define AUDIT_PRIVILEGE_OFF 2
BOOL AuditPrivilege(
int fAudit);