| 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 | #define wzIISPROPERTY_IIS5_ISOLATION_MODE L"IIs5IsolationMode" |
| 6 | #define wzIISPROPERTY_MAX_GLOBAL_BANDWIDTH L"MaxGlobalBandwidth" |
| 7 | #define wzIISPROPERTY_LOG_IN_UTF8 L"LogInUTF8" |
| 8 | #define wzIISPROPERTY_ETAG_CHANGENUMBER L"ETagChangeNumber" |
| 9 | |
| 10 | // prototypes |
| 11 | HRESULT ScaPropertyInstall7( |
| 12 | SCA_PROPERTY* pspList |
| 13 | ); |
| 14 | |
| 15 | HRESULT ScaPropertyUninstall7( |
| 16 | SCA_PROPERTY* pspList |
| 17 | ); |
| 18 | |
| 19 | HRESULT ScaWriteProperty7( |
| 20 | const SCA_PROPERTY* psp |
| 21 | ); |
| 22 | |
| 23 | HRESULT ScaRemoveProperty7( |
| 24 | SCA_PROPERTY* psp |
| 25 | ); |
| 26 |