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.

40 lines
908 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: websetup.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef __WEBSETUP_H__
  11. #define __WEBSETUP_H__
  12. //+------------------------------------------------------------------------
  13. //
  14. // File: websetup.h
  15. //
  16. // Contents: Header file for CertInit's web setup functions.
  17. //
  18. // History: 3/19/97 JerryK Created
  19. //
  20. //-------------------------------------------------------------------------
  21. // Function Prototypes
  22. void StartAndStopW3SVC();
  23. HRESULT
  24. StartAndStopW3Svc(
  25. IN HINSTANCE hInstance,
  26. IN BOOL fUnattended,
  27. IN HWND const hwnd,
  28. IN BOOL const fStopService,
  29. IN BOOL const fConfirm,
  30. OUT BOOL *pfServiceWasRunning);
  31. #endif