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.
|
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: websetup.h
//
//--------------------------------------------------------------------------
#ifndef __WEBSETUP_H__
#define __WEBSETUP_H__
//+------------------------------------------------------------------------
//
// File: websetup.h
//
// Contents: Header file for CertInit's web setup functions.
//
// History: 3/19/97 JerryK Created
//
//-------------------------------------------------------------------------
// Function Prototypes
void StartAndStopW3SVC();
HRESULT StartAndStopW3Svc( IN HINSTANCE hInstance, IN BOOL fUnattended, IN HWND const hwnd, IN BOOL const fStopService, IN BOOL const fConfirm, OUT BOOL *pfServiceWasRunning);
#endif
|