diff options
Diffstat (limited to 'src/ext/Iis/ca/scaiis7.h')
-rw-r--r-- | src/ext/Iis/ca/scaiis7.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ext/Iis/ca/scaiis7.h b/src/ext/Iis/ca/scaiis7.h new file mode 100644 index 00000000..f398deca --- /dev/null +++ b/src/ext/Iis/ca/scaiis7.h | |||
@@ -0,0 +1,17 @@ | |||
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); | ||