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
586 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: W S D P S V C . H
  7. //
  8. // Contents: Start/stop Winsock Direct Path Service.
  9. //
  10. // Notes: The service is actually implemented in MS TCP Winsock provider
  11. //
  12. // Author: VadimE 24 Jan 2000
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. VOID
  17. StartWsdpService (
  18. VOID
  19. ) throw();
  20. VOID
  21. StopWsdpService (
  22. VOID
  23. ) throw();