blob: 0cfa147a0f331348a9de6d71a2dceb03b12d51cd (
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 RunShutdownEngine(
__in LPCWSTR wzBundleFilePath,
__in LPCWSTR wzBAFilePath
);
|