diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-23 12:26:07 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-23 12:43:38 +1000 |
commit | ab495395492055c8c016e54ab0b1f7af2e9f164c (patch) | |
tree | f7f86e82cb463303c5bf2e501065ea09a9b62af0 /src/test/examples/TestEngine/ShutdownEngine.h | |
parent | bd3ee565f342bc0bb015594f303d13b67285a958 (diff) | |
download | wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.tar.gz wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.tar.bz2 wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.zip |
Add reload engine and test.
Diffstat (limited to 'src/test/examples/TestEngine/ShutdownEngine.h')
-rw-r--r-- | src/test/examples/TestEngine/ShutdownEngine.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/examples/TestEngine/ShutdownEngine.h b/src/test/examples/TestEngine/ShutdownEngine.h new file mode 100644 index 00000000..0cfa147a --- /dev/null +++ b/src/test/examples/TestEngine/ShutdownEngine.h | |||
@@ -0,0 +1,8 @@ | |||
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 | HRESULT RunShutdownEngine( | ||
6 | __in LPCWSTR wzBundleFilePath, | ||
7 | __in LPCWSTR wzBAFilePath | ||
8 | ); | ||