| 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 | HRESULT RunNetCoreSearch( |
| 5 | __in NETFX_NET_CORE_PLATFORM platform, |
| 6 | __in LPCWSTR wzBaseDirectory, |
| 7 | __in LPCWSTR wzArguments, |
| 8 | __inout LPWSTR* psczLatestVersion |
| 9 | ); |