diff options
Diffstat (limited to 'src/ca/scafilter7.h')
-rw-r--r-- | src/ca/scafilter7.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ca/scafilter7.h b/src/ca/scafilter7.h new file mode 100644 index 00000000..50ff6652 --- /dev/null +++ b/src/ca/scafilter7.h | |||
@@ -0,0 +1,21 @@ | |||
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 "scaweb.h" | ||
6 | |||
7 | // prototypes | ||
8 | UINT __stdcall ScaFiltersRead7( | ||
9 | __in SCA_WEB7* pswList, | ||
10 | __in WCA_WRAPQUERY_HANDLE hWebBaseQuery, | ||
11 | __inout SCA_FILTER** ppsfList, | ||
12 | __inout LPWSTR *ppwzCustomActionData | ||
13 | ); | ||
14 | |||
15 | HRESULT ScaFiltersInstall7( | ||
16 | SCA_FILTER* psfList | ||
17 | ); | ||
18 | |||
19 | HRESULT ScaFiltersUninstall7( | ||
20 | SCA_FILTER* psfList | ||
21 | ); | ||