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.

48 lines
581 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. init.h
  5. Abstract:
  6. This module contains all of the code prototypes
  7. to initialize the variables for the IPSecSPD Service.
  8. Author:
  9. abhisheV 30-September-1999
  10. Environment
  11. User Level: Win32
  12. Revision History:
  13. --*/
  14. #define IPSEC_NEW_DS_POLICY_EVENT L"IPSEC_POLICY_CHANGE_EVENT"
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. DWORD
  19. InitSPDGlobals(
  20. );
  21. DWORD
  22. InitSPDThruRegistry(
  23. );
  24. DWORD InitAuditing(
  25. );
  26. #ifdef __cplusplus
  27. }
  28. #endif