diff options
Diffstat (limited to 'src/ext/NetFx/be/runnetcoresearch.h')
-rw-r--r-- | src/ext/NetFx/be/runnetcoresearch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext/NetFx/be/runnetcoresearch.h b/src/ext/NetFx/be/runnetcoresearch.h new file mode 100644 index 00000000..78e6b24a --- /dev/null +++ b/src/ext/NetFx/be/runnetcoresearch.h | |||
@@ -0,0 +1,9 @@ | |||
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 | ); | ||