summaryrefslogtreecommitdiff
path: root/src/ext/ComPlus/ca/cpappexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/ComPlus/ca/cpappexec.h')
-rw-r--r--src/ext/ComPlus/ca/cpappexec.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ext/ComPlus/ca/cpappexec.h b/src/ext/ComPlus/ca/cpappexec.h
new file mode 100644
index 00000000..5003b046
--- /dev/null
+++ b/src/ext/ComPlus/ca/cpappexec.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
5HRESULT CpiConfigureApplications(
6 LPWSTR* ppwzData,
7 HANDLE hRollbackFile
8 );
9HRESULT CpiRollbackConfigureApplications(
10 LPWSTR* ppwzData,
11 CPI_ROLLBACK_DATA* pRollbackDataList
12 );