From 7c8e34de56b3348c5a421cd0cced183e1394c5c7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 4 May 2021 22:48:12 -0700 Subject: Move Iis.wixext into ext --- src/ext/Iis/ca/scahttpheader7.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/ext/Iis/ca/scahttpheader7.h (limited to 'src/ext/Iis/ca/scahttpheader7.h') diff --git a/src/ext/Iis/ca/scahttpheader7.h b/src/ext/Iis/ca/scahttpheader7.h new file mode 100644 index 00000000..7a873c16 --- /dev/null +++ b/src/ext/Iis/ca/scahttpheader7.h @@ -0,0 +1,15 @@ +#pragma once +// 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. + + +HRESULT ScaGetHttpHeader7( + __in int iParentType, + __in_z LPCWSTR wzParentValue, + __in SCA_HTTP_HEADER** ppshhList, + __out SCA_HTTP_HEADER** ppshhOut + ); +HRESULT ScaWriteHttpHeader7( + __in_z LPCWSTR wzWebName, + __in_z LPCWSTR wzRoot, + SCA_HTTP_HEADER* pshhList + ); -- cgit v1.2.3-55-g6feb