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.

59 lines
722 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. dest.hxx
  5. Abstract:
  6. Header for Destination reachability polling code.
  7. Author:
  8. Gopal Parupudi <GopalP>
  9. [Notes:]
  10. optional-notes
  11. Revision History:
  12. GopalP 10/31/1997 Start.
  13. --*/
  14. #ifndef __DEST_HXX__
  15. #define __DEST_HXX__
  16. BOOL
  17. StartReachabilityEngine(
  18. void
  19. );
  20. BOOL
  21. StopReachabilityEngine(
  22. void
  23. );
  24. BOOL
  25. InitReachabilityEngine(
  26. void
  27. );
  28. SENS_TIMER_CALLBACK_RETURN
  29. ReachabilityPollingRoutine(
  30. PVOID pvIgnore,
  31. BOOLEAN bIgnore
  32. );
  33. HRESULT
  34. GetDestinationsFromSubscriptions(
  35. void
  36. );
  37. #endif // __DEST_HXX__