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.

24 lines
451 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. pwsctrl.cpp
  5. Abstract:
  6. This is the main routine for the Internet Services suite.
  7. Author:
  8. Boyd Multerer (BoydM) 29-Apr-1997
  9. --*/
  10. BOOL W95StartW3SVC( void );
  11. //BOOL W95StartW3SVC( LPCSTR pszPath, LPCSTR pszPathDir, PCHAR pszParams );
  12. BOOL W95ShutdownW3SVC( VOID );
  13. BOOL W95ShutdownIISADMIN( VOID );
  14. BOOL IsIISAdminRunning( VOID );
  15. BOOL IsInetinfoRunning( VOID );