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.

34 lines
452 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. scaudit.h
  5. Abstract:
  6. Auditing related functions.
  7. Author:
  8. 16-May-2001 kumarp
  9. */
  10. #ifndef _AUDIT_H_
  11. #define _AUDIT_H_
  12. DWORD
  13. ScGenerateServiceInstallAudit(
  14. IN PCWSTR pszServiceName,
  15. IN PCWSTR pszServiceImageName,
  16. IN DWORD dwServiceType,
  17. IN DWORD dwStartType,
  18. IN PCWSTR pszServiceAccount
  19. );
  20. #endif // _AUDIT_H_