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

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