aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Iis/ca/scawebprop7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Iis/ca/scawebprop7.h')
-rw-r--r--src/ext/Iis/ca/scawebprop7.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ext/Iis/ca/scawebprop7.h b/src/ext/Iis/ca/scawebprop7.h
new file mode 100644
index 00000000..a97e8679
--- /dev/null
+++ b/src/ext/Iis/ca/scawebprop7.h
@@ -0,0 +1,12 @@
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#include "scauser.h"
6
7HRESULT ScaWriteWebDirProperties7(
8 __in_z LPCWSTR wzwWebName,
9 __in_z LPCWSTR wzRootOfWeb,
10 const SCA_WEB_PROPERTIES* pswp
11 );
12