mirror of https://github.com/tongzx/nt5src
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
24 lines
451 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pwsctrl.cpp
|
|
|
|
Abstract:
|
|
|
|
This is the main routine for the Internet Services suite.
|
|
|
|
Author:
|
|
|
|
Boyd Multerer (BoydM) 29-Apr-1997
|
|
|
|
--*/
|
|
BOOL W95StartW3SVC( void );
|
|
//BOOL W95StartW3SVC( LPCSTR pszPath, LPCSTR pszPathDir, PCHAR pszParams );
|
|
BOOL W95ShutdownW3SVC( VOID );
|
|
BOOL W95ShutdownIISADMIN( VOID );
|
|
BOOL IsIISAdminRunning( VOID );
|
|
BOOL IsInetinfoRunning( VOID );
|
|
|