blob: 99e3f63c4e830abfbc48b3ef9816455d0c4a797c (
plain)
1
2
3
4
5
6
7
8
|
#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 RunWaitForQuitEngine(
__in LPCWSTR wzBundleFilePath,
__in LPCWSTR wzBAFilePath
);
|