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.

30 lines
563 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // SCM.H
  4. //
  5. // Microsoft Confidential
  6. // Copyright (c) Microsoft Corporation 1998
  7. // All rights reserved
  8. //
  9. // Service Control Manager function prototypes.
  10. //
  11. // 9/98 - Jason Cohen (JCOHEN)
  12. //
  13. //////////////////////////////////////////////////////////////////////////////
  14. #ifndef _SCM_H_
  15. #define _SCM_H_
  16. // Internal include file(s).
  17. //
  18. #include <windows.h>
  19. // External function prototypes.
  20. //
  21. BOOL ServiceStart(LPCTSTR);
  22. BOOL ServiceRunning(LPCTSTR);
  23. #endif // _SCM_H_