windows-nt/Source/XPSP1/NT/ds/security/services/ca/ocmsetup/websetup.h

41 lines
868 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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