Source code of Windows XP (NT5)
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.

51 lines
561 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. #define DEFAULT_DS_CONNECTIVITY_CHECK 60 // (minutes).
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. DWORD
  20. InitSPDThruRegistry(
  21. );
  22. DWORD
  23. InitSPDGlobals(
  24. );
  25. #ifdef __cplusplus
  26. }
  27. #endif