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.

28 lines
608 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // StopService.h
  7. //
  8. // Abstract:
  9. // Declaration of functions to start and stop services.
  10. //
  11. // Implementation File:
  12. // StopService.cpp
  13. //
  14. // Author:
  15. // C. Brent Thomas (a-brentt) 1 April 1998
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef __STOPSERVICE_H_
  23. #define __STOPSERVICE_H_
  24. BOOL StopService( IN LPCWSTR pwszServiceName );
  25. #endif // __STOPSERVICE_H_