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

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File: services.h
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. /*
  13. */
  14. #ifndef _LSOC_SERVICES_H_
  15. #define _LSOC_SERVICES_H_
  16. DWORD
  17. ServiceDeleteFromInfSection(
  18. IN HINF hInf,
  19. IN LPCTSTR pszSection
  20. );
  21. DWORD
  22. ServiceStartFromInfSection(
  23. IN HINF hInf,
  24. IN LPCTSTR pszSection
  25. );
  26. #endif // _LSOC_SERVICES_H_