| 1 | #pragma once |
| 2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 3 | |
| 4 | |
| 5 | HRESULT ScaScheduleIIS7Configuration(); |
| 6 | |
| 7 | HRESULT ScaIIS7ConfigTransaction(__in_z LPCWSTR wzBackup); |
| 8 | |
| 9 | HRESULT ScaCreateApp7(__in_z LPCWSTR wzWebRoot, DWORD dwIsolation); |
| 10 | |
| 11 | HRESULT ScaDeleteConfigElement(IIS_CONFIG_ACTION emElement, LPCWSTR wzSubKey); |
| 12 | |
| 13 | HRESULT ScaWriteConfigString(__in_z const LPCWSTR wzValue); |
| 14 | |
| 15 | HRESULT ScaWriteConfigID(IIS_CONFIG_ACTION emID); |
| 16 | |
| 17 | HRESULT ScaWriteConfigInteger(DWORD dwValue); |